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


---

# 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/create.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.
