> For the complete documentation index, see [llms.txt](https://docs-epc.gitbook.io/ncs-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-epc.gitbook.io/ncs-documents/load-balancing/ssl-certificate.md).

# SSL Certificate

สิ่งที่ขาดไม่ได้ ที่จะใช้ในการ decrypt/encrypt load บน protocol HTTPS ก็คือ SSL Certificate ที่สามารถ import ขึ้นมาไว้บน NIPA Cloud Space และ register ไว้บน Listener ที่ใช้ protocol HTTPS ได้ โดย certificate ที่ import เข้ามาจะต้องอยู่ใน format .pem ประกอบด้วย

* certificate: เนื้อหาของ certificate
* private key: เนื้อหาของ private key
* certificate chain: อาจไม่มี ขึ้นอยู่กับผู้ให้บริการ certificate โดย 1 SSL Certificate สามารถใช้งานได้กับหลาย Listener หลาย Load Balancer


---

# 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://docs-epc.gitbook.io/ncs-documents/load-balancing/ssl-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.
