import
The ssl import command imports an existing SSL certificate into a project.This command requires the SSL certificate file, private key file, and project ID, with an optional description.
Usage
cldkctl ssl import [flags]Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl ssl importEnter the certificate file path in .crt format when prompted.
Enter the private key file path in .key format when prompted.
Enter the description for the SSL certificate when prompted.

Confirm the import by pressing y for Confirm or n for Cancel.

Once completed successfully, the terminal displays “✓ SSL certificate imported successfully!”

Flags
-c, --cert string
SSL certificate file in PEM format.
-k, --key string
Private key file in PEM format.
-d, --desc string
Description for the SSL certificate.
-h, --help
Help for ssl import command.
Last updated
