The ssl show-key command retrieves the key files associated with a specific SSL certificate. This command requires the SSL certificate ID.
cldkctl ssl show-key [id] [flags]
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl ssl show-key [ssl-id]
Replace [ssl-id] with the SSL certificate ID. To obtain the SSL certificate ID, refer to the ssl list section.
[ssl-id]
Select the key file you want to view when prompted.
Enter your password (this uses your user login password) when prompted.
Once successful, the terminal displays the content of the selected key file.
This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for ssl show key command.
Last updated 2 months ago