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

# 발급자 관리

## 1. 발급자 등록을 위한 페이지로 이동

1\) \[인증서 관리] - \[발급자 관리] 탭에서 우측 상단의 "+ 생성" 버튼 클릭하여 이동합니다.

## 2. 발급자 등록 작성

<figure><img src="/files/wukAeNFjTxhRSWZxQFaW" alt=""><figcaption><p>[화면] 발급자 등록 작성 화면</p></figcaption></figure>

<table><thead><tr><th width="176">항목(*는 필수)</th><th>내용</th></tr></thead><tbody><tr><td>범위*(택 1)</td><td>발급자를 등록할 범위를 선택(Cluster 또는 Namespace 택 1)</td></tr><tr><td>클러스터*</td><td>발급자를 등록할 클러스터를 선택</td></tr><tr><td>발급자 유형*</td><td>발급받으신 공인인증서의 ca.crt 파일 그대로 입력</td></tr><tr><td>발급자명*</td><td>발급자명을 입력</td></tr><tr><td>라벨</td><td>발급자명에 등록하고자 하는 라벨을 key:value 형태로 입력</td></tr><tr><td>주석</td><td>발급자명에 등록하고자 하는 주석을 입력</td></tr><tr><td>crl Distribution Points</td><td>인증서 폐기 목록(CRL)을 획득할 수 있는 정보</td></tr></tbody></table>

## 3. 발급자 등록 완료 확인

1\) 발급자 관리 화면에서 생성된 발급자를 확인합니다.

<figure><img src="/files/X4IgG38wFYy8qpaGxJSk" 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/issuer.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.
