Page cover

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:

  1. Run the following command in your terminal:

cldkctl ssl import
  1. Enter the certificate file path in .crt format when prompted.

  2. Enter the private key file path in .key format when prompted.

  3. Enter the description for the SSL certificate when prompted.

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

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

Flags

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

Flag
Description

-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