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

# 공인인증서

## 1. 공인인증서 생성

1\) \[인증서 관리] - \[공인인증서] 탭에서 우측 상단의 "+ 생성" 버튼을 클릭하여 공인인증서 등록 화면으로 이동합니다.

## 2. 공인인증서 등록

<figure><img src="/files/z5oK7SPmFip3Ghalz8fe" 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>ca.crt*</td><td>발급 받으신 공인인증서의 ca.crt파일 그대로 입력</td></tr><tr><td>tls.crt*</td><td>발급 받으신 공인인증서의 File_Wildcard.xxx_crt.crt + ChainFile_ChainBundle.crt + CA_GLOBALSIGN_ROOT_CA.crt 를 순서대로 입력</td></tr><tr><td>tls.key*</td><td>발급 받으신 공인인증서의 tls.key파일 그대로 입력</td></tr></tbody></table>

## 3. 등록한 공인인증서 확인

1\) \[인증서 관리] - \[공인인증서] 화면에서 등록한 공인인증서를 확인합니다.

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