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, lsSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl ssl listOptionally, use the --domain flag to filter results by domain name.
Once executed, the terminal displays a list of SSL certificates with relevant details such as ID, name, billing type, status, and timestamps.

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
-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
