Page cover

list

The ssl list command lists all SSL certificates associated with your projects.This command provides details such as certificate ID, domain name, billing type, status, creation date, and last update date.

Usage

cldkctl ssl list [flags]

Aliases

list, ls

Steps

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

  1. Run the following command in your terminal:

cldkctl ssl list
  1. Optionally, use the --domain flag to filter results by domain name.

  2. Once executed, the terminal displays a list of SSL certificates with relevant details such as ID, name, billing type, status, and timestamps.

Column
Description

ID

Unique identifier for each SSL certificate.

Name

Domain name associated with the SSL certificate.

Billing Type

Type of billing for the SSL service.

Status

Indicates whether the SSL certificate is active or inactive.

Created At

Date and time when the SSL certificate was created.

Updated At

Date and time when the SSL certificate was last updated.

Flags

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

Flag
Description

-d, --domain string

Filter results by domain name.

-l, --limit string

Specify number of results per page (default "10").

-p, --page string

Specify page number (default "1").

-h, --help

Help for ssl list command.

Last updated