Page cover

create

The ssl create command requests a new SSL certificate for your project. This command requires you to select a DNS zone, enter a fully qualified domain name (FQDN), and provide a description.

Usage

cldkctl ssl create [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 create
  1. Select the DNS associated with your domain.

  2. Enter the fully qualified domain name (FQDN) that matches the selected DNS zone.

  3. Enter a description for this SSL certificate.

  1. When prompted with a confirmation message, continue by pressing y for Confirm or n for Cancel.

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

Flags

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

Flag
Description

-h, --help

Help for ssl create command.

Last updated