> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/allganize-alli-works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/alli-works-setting/custom-domain.md).

# 커스텀 도메인

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

커스텀 도메인 설정은 매우 간단합니다.&#x20;

* 설정 > 앱 런처 설정 > 커스텀 도메인 사용을 클릭합니다.
* 발급 받은 도메인 이름, 인증서 body, 인증서 private Key를 등록 후 저장합니다.

단, 앱 런처에 커스텀 도메인을 설정하기 위해서는 사전에 도메인 이름, SSL 인증서를 획득해야 하며 SSL 인증서와 Private Key의 올바른 형식과 호환성이 보장되어야 합니다.

**Step 1. 도메인 획득**

앱 런처에서 사용할 도메인을 획득해 주세요.

**Step 2. SSL 인증서 획득**

SSL 인증서는 도메인을 보호하고 고객의 개인 정보를 안전하게 보호하기 위해 필요합니다.

2-1. CA(인증 기관) 선택\
SSL 인증서를 발급할 CA를 선택합니다.

2-2. 인증서 서명 요청(CSR) 생성\
CA(인증 기관)에서 인증서를 발급하기 위해 필요합니다.

2-3. CA(인증 기관)에 CSR 제출\
CA(인증 기관) 절차에 따라 요구되는 파일을 제출하여 심사를 받습니다.

2-4. SSL 증명서 발행\
CA(인증 기관) 심사가 완료되면, SSL 증명서가 발행됩니다.

* 인증서 형식이 X.509 PEM 형식인지 확인합니다.
* 앱 런처에서는 신뢰할 수 있는 CA(인증 기관)에서 발급하는 모든 유형의 인증서를 지원합니다.

**Private Key에는 하기와 같은 조건이 요구됩니다.**

* Private Key는 Public Key와 일치해야 합니다.
* Private Key는 PEM 형식이어야 합니다.
* Private Key는 암호화해서는 안됩니다.

**Certificate Key 지원 상세 내용**

* RSA 인증서 : 1024비트, 2048비트, 3072비트 및 4096비트 RSA 키를 지원합니다.
* ECDSA 인증서: 256비트 키를 지원합니다.

**Step 3. DNS 설정**

앱 런처 서버를 가리키도록 도메인의 DNS 설정을 업데이트합니다.

**인증서 만료 및 갱신**

Allganize에서는 등록된 SSL 인증서의 만료 날짜를 정기적으로 확인합니다. 갑작스러운 서비스 중단을 미연에 방지하기 위해서는 만료 전에 LLM 런처에서 SSL 인증서를 갱신하고 업데이트해야 합니다.


---

# 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://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/alli-works-setting/custom-domain.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.
