> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online-en/certificate/private-certificate.md).

# Private Certificate

## 1. Move to the User Creation Page

1\) Click the "+ Create" button in the upper right corner of the \[Certificate Management] - \[Private Certificate] tab.

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

## 2. Enter Certificate Registration Information

<figure><img src="/files/ndQpVWD2Q48DIvAMM8xx" alt=""><figcaption><p>[Screen] Screen for registering private certificates</p></figcaption></figure>

<table><thead><tr><th width="176">Item(*is required)</th><th>Content</th></tr></thead><tbody><tr><td>Cluster*</td><td>Select the cluster to generate the certificate</td></tr><tr><td>Namespace*</td><td>Choose the namespace for selecting the certificate</td></tr><tr><td>Certificate Name*</td><td>Enter the registered issuer name</td></tr><tr><td>Add Yaml</td><td>Check if you want to write in yaml format</td></tr><tr><td>Issuer Ref*</td><td>Enter the registered issuer name</td></tr><tr><td>Certificate Secret Name*</td><td>Specify the name for the private certificate to be created</td></tr><tr><td>Label</td><td>Enter the labels you want to register for the certificate</td></tr><tr><td>Annotation</td><td>Input comments or annotations for the certificate</td></tr><tr><td>isCA</td><td>Check if CA (Certificate Authority) usage is desired</td></tr><tr><td>Commom Name*</td><td>Provide at least one of the following: CN (Common Name), DNS list, email address list, IP address list, or URI list</td></tr><tr><td>Duration</td><td><p>Specify the requested 'Lifetime' of the certificate. If not set, the default is 90 days, with a minimum of 1 hour.</p><ul><li>Input format: {time}h {time}m {time}s Example: Enter 360 hours, 30 minutes, and 40 seconds as 360h30m40s. Specify the interval for renewing the certificate. The default is 2/3 of the issued certificate's lifetime, with a minimum allowed value of 5 minutes.</li><li>Input format: {time}h {time}m {time}s Example: Enter 360 hours, 30 minutes, and 40 seconds as 360h30m40s."</li></ul></td></tr><tr><td>Renew Before</td><td><p>Specify the interval for renewing the certificate. The default is 2/3 of the issued certificate's lifetime, with a minimum allowed value of 5 minutes.</p><ul><li>Input format: {time}h {time}m {time}s Example: Enter 360 hours, 30 minutes, and 40 seconds as 360h30m40s.</li></ul></td></tr><tr><td>Revision History Limit</td><td>Number of CertificateRequests retained for the certificate</td></tr><tr><td>Usages</td><td>Click the "Add" button and check the purpose you want to use</td></tr><tr><td>DNS Names</td><td>Enter the DNS list you want to register</td></tr><tr><td>Email Addresses</td><td>Provide the email address list required for generating private certificates</td></tr><tr><td>IP Addresses</td><td>Specify the IP address list needed for generating private certificates</td></tr><tr><td>Uris</td><td>Enter the URI list required for generating private certificates</td></tr></tbody></table>

## 3. Confirm Private Certificate Creation

1\) Verify the registered private certificate in the \[Certificate] - \[Private Certificate] tab.

<figure><img src="/files/aTPLts5aOxEpelKBFwst" alt=""><figcaption><p>[Screen] View of created private certificate list</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://cocktailcloud.gitbook.io/cocktail-cloud-online-en/certificate/private-certificate.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.
