> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vmonitor/dashboards/logs/lam-viec-voi-log-agent/khoi-tao-certificate.md).

# Create a Certificate

After purchasing Log Project, the system will automatically generate a certificate for each Log Project, this certificate is used to authenticate Log Agent with the vMonitor Platform system. To create or download a certificate, follow the steps below:

1. Log in to <https://hcm-3.console.vngcloud.vn/vmonitor> .
2. Select **Integration -> c** select **Certificate.**
3. If you have not created any Log project, select **New cert** to create a new Certificate. If you have successfully created the Log project from [Create Log project](https://docs-vngcloud-vn.translate.goog/vng-cloud-document/v/vn/vmonitor/dashboards/logs/lam-viec-voi-log-project-quota) , in this Log project, select **New cert.**
4. We start creating a certificate for your Log project. When the certificate status is **ACTIVE,** it means this certificate is ready for you to use.
5. Select **Download** to download certificate information to your device or select **Delete** to delete the newly created Certificate.

After downloading and unpacking, you will see certificate files and installation instructions for each environment and agent type to help you easily set up the initial steps:

<table data-header-hidden><thead><tr><th></th></tr></thead><tbody><tr><td><pre><code>/Linux
│   ├── Filebeat               // Bộ cài cho agent filebeat , môi trường Linux
│   |   ├── VNG.trust.pem      // các file pem để  xác thực người dùng
│   |   ├── user.cer.pem       
│   |   ├── user.key.pem
│   |   ├── filebeat.sh        // script cài khởi đầu
│   |   ├── info.md            // thông tin endpoint gửi dữ liệu
│   |   ├── readme.md          // hướng dẫn sơ bộ
│   ├── Logstash               // Bộ cài cho agent logstash , môi trường Linux
/Windows                       // Bộ cài cho môi trường Windows
│   ├── ...                    // tương tự cũng có các file .pem như trên
/Docker                        // Bộ cài cho môi trường Docker
/Kubernetes                    // Bộ cài cho môi trường Kubernetes
</code></pre></td></tr></tbody></table>


---

# 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.vngcloud.vn/vng-cloud-document/vmonitor/dashboards/logs/lam-viec-voi-log-agent/khoi-tao-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.
