> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/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/certificate/private-certificate.md).

# 사설인증서

## 1. 사용자 생성 화면으로 이동

1\) \[인증서 관리] - \[사설 인증서] 탭에서 우측 상단의 "+ 생성" 버튼을 클릭합니다.

## 2. 인증서 등록 정보 입력

<figure><img src="/files/pMFA2O717BJ0RbiKFQEb" alt=""><figcaption><p>[화면] 사설인증서 등록을 위한 화면</p></figcaption></figure>

<table><thead><tr><th width="176">항목(*는 필수)</th><th>내용</th></tr></thead><tbody><tr><td>클러스터*</td><td>인증서를 생성할 클러스터를 선택</td></tr><tr><td>네임스페이스*</td><td>인증서를 선택할 네임스페이스를 선택</td></tr><tr><td>인증서명*</td><td>등록할 인증서명을 작성</td></tr><tr><td>yaml로 등록하기</td><td>yaml파일로 작성을 원할 시 체크</td></tr><tr><td>참조 발급자*</td><td>등록한 발급자명을 작성</td></tr><tr><td>인증서 Secret명*</td><td>생성하려는 사설인증서의 이름을 작성</td></tr><tr><td>라벨</td><td>인증서에 등록하고자 하는 라벨을 입력</td></tr><tr><td>주석</td><td>인증서에 등록하고자 하는 주석을 입력</td></tr><tr><td>CA여부</td><td>CA사용을 원할 시 체크</td></tr><tr><td>CN명*</td><td>CN 명, DNS 목록 ,이메일 주소 목록, 아이피 주소 목록, URI 목록 중 하나는 필수로 입력</td></tr><tr><td>인증서 사용기간</td><td>인증서의 요청된 '기간'(Lifetime)<br>설정하지 않으면 기본값은 90일이며 최소 시간은 1시간<br>- 입력 포맷 : {시간}h {시간}m {시간}s<br>ex) 360시간 30분 40초는 360h30m40s로 입력</td></tr><tr><td>인증서 갱신기간</td><td>인증서를 갱신해야 하는 기간<br>기본값은 발급된 인증서 기간의 2/3이며 최소 허용 값은 5분<br>- 입력 포맷 : {시간}h {시간}m {시간}s<br>ex) 360시간 30분 40초는 360h30m40s로 입력</td></tr><tr><td>revision history limit수</td><td>인증서에 대해 보관되는 CertificateRequest 수</td></tr><tr><td>용도</td><td>"추가하기" 버튼을 클릭하고 사용하려는 용도를 체크</td></tr><tr><td>DNS 목록</td><td>등록하고자 하는 DNS 목록을 입력</td></tr><tr><td>이메일 주소 목록</td><td>사설인증서 생성 시 필요한 이메일 주소 목록을 작성</td></tr><tr><td>아이피 주소 목록</td><td>사설인증서 생성 시 필요한 아이피 주소 목록을 작성</td></tr><tr><td>URI 목록</td><td>사설인증서 생성 시 필요한 URI 목록을 작성</td></tr></tbody></table>

## 3. 사설인증서 생성 확인

1\) \[인증서 관리] - \[사설인증서] 탭에서 등록한 사설인증서를 확인합니다.

<figure><img src="/files/NHXmzw9Lc0Nc3KGzNdZ9" alt=""><figcaption><p>[화면] 생성 완료된 사설인증서 목록 확인</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, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cocktail-cloud-online/certificate/private-certificate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
