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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-ssl/list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
