Page cover

show-key

The ssl show-key command retrieves the key files associated with a specific SSL certificate. This command requires the SSL certificate ID.

Usage

cldkctl ssl show-key [id] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl ssl show-key [ssl-id]
  1. Replace [ssl-id] with the SSL certificate ID. To obtain the SSL certificate ID, refer to the ssl list section.

  2. Select the key file you want to view when prompted.

  3. Enter your password (this uses your user login password) when prompted.

  1. Once successful, the terminal displays the content of the selected key file.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for ssl show key command.

Last updated