> 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/create.md).

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

2. Select the DNS associated with your domain.
3. Enter the fully qualified domain name (FQDN) that matches the selected DNS zone.
4. Enter a description for this SSL certificate.

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

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

<figure><img src="/files/5fygMiXrWKkNzCinJyUc" alt=""><figcaption></figcaption></figure>

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

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

## 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                  |
| ---------- | ---------------------------- |
| -h, --help | Help for ssl create command. |
