> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-ssl/list.md).

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

2. Optionally, use the **--domain** flag to filter results by domain name.
3. Once executed, the terminal displays a list of SSL certificates with relevant details such as ID, name, billing type, status, and timestamps.

<figure><img src="/files/iprkyGhMU9x7jhFkXVVB" alt=""><figcaption></figcaption></figure>

| 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

{% hint style="info" %}
This command supports [global flags. ](/cloudeka-api-list/global-flags.md)Refer to the Global Flags section for details
{% endhint %}

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

<br>
