> For the complete documentation index, see [llms.txt](https://docs.higiocloud.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.higiocloud.vn/hi-gio-user-guide-vn/network/3.-load-balancer/import-ssl-certificate.md).

# Import SSL Certificate

## <mark style="color:green;">**Tổng quan**</mark> <a href="#overview" id="overview"></a>

Private key phải ở định dạng mã hóa PKCS8.

Bạn không thể nhập chứng chỉ đã tồn tại trên portal.

{% hint style="success" %}
Để gia hạn SSL:

* Xóa SSL hiện tại.
* Import một chứng chỉ mới.

Hãy sắp xếp thời gian bảo trì cho việc này.
{% endhint %}

## <mark style="color:green;">Quy trình</mark> <a href="#id-2.-guidance" id="id-2.-guidance"></a>

{% stepper %}
{% step %}
**Bước 1**: Đăng nhập vào HI GIO Portal với quyền Quản trị viên Tổ chức và điều hướng đến

**Administration > Certificate Management > Certificates Library**.
{% endstep %}

{% step %}
**Bước 2**: Nhấn **IMPORT** để  Import Certificate và Private Key cho việc mã hóa lưu lượng ứng dụng.

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

**Friendly Name:** nhập Tên chứng chỉ của bạn (ví dụ: IIJVN-Cert). Nhấn **NEXT**.
{% endstep %}

{% step %}
**Bước 3**: Nhấn **SELECT CERTIFICATE FILE** để tải lên tệp chứng chỉ của bạn.

<figure><img src="/files/ibiAvV6UJY4Ec9f75WT3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Bước 4**: Chọn tệp chứng chỉ của bạn (định dạng DER hoặc PEM) và import nó vào HI GIO Portal. Nhấn **Open**.

<div align="left"><figure><img src="/files/B9crpiDx6h1Sfmm1wFqe" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Bước 5**: Kiểm tra thông tin chứng chỉ của bạn. Nhấn **NEXT**.
{% endstep %}

{% step %}
**Bước 6**: Nhấn **SELECT PRIVATE KEY** để nhập Private Key

<figure><img src="/files/hKPyAnFigXkUyKkVCn95" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Bước 7**: Chọn Private Key của bạn để import vào HI GIO Portal. Nhấn **Open**.

<div align="left"><figure><img src="/files/GFp5MCqFGbbehOK1lG80" alt=""><figcaption></figcaption></figure></div>

* Nhập Passphrase của **Private Key Passphrase** nếu Private Key của bạn được bảo vệ bằng mật khẩu. Nhấn **IMPORT**.
* Nhập Passphrase của **Private Key Passphrase** nếu Private Key của bạn được bảo vệ.

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

Certificate và Key mới đã được import như sau

<figure><img src="/files/JJaMaxBhVrtjuM4f09tI" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.higiocloud.vn/hi-gio-user-guide-vn/network/3.-load-balancer/import-ssl-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.
