> 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/network/3.-load-balancer/import-ssl-certificate.md).

# Import SSL Certificate

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

The private key must be in PKCS8 encoded format.

You cannot import a certificate that already exists on the portal.

{% hint style="success" %}
To renew SSL:

* Delete the current SSL.
* Import a new one.

Please arrange the maintenance time for it.
{% endhint %}

## <mark style="color:green;">**Procedure**</mark> <a href="#procedure" id="procedure"></a>

{% stepper %}
{% step %}
**Step 1:** Log in to the HI GIO Portal as an Organization Administrator and Navigate to

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

{% step %}
**Step 2:** Press **IMPORT** to Import the Certificate and Private Key for application traffic encryption.

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

**Friendly Name:** type your Certificate Name (for example, IIJVN-Cert). Click **NEXT**
{% endstep %}

{% step %}
**Step 3:** Click **SELECT CERTIFICATE FILE** to upload your Certificate file

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

{% step %}
**Step 4:** Select your Certificate file (DER encoded or PEM format) and import it to HI GIO Portal. Click **Open**

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

{% step %}
**Step 5:** Review your Certificate information. Click **NEXT**
{% endstep %}

{% step %}
**Step 6:** Click **SELECT PRIVATE KEY** to import Private Key

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

{% step %}
**Step 7:** Select your Private Key import to HI GIO Portal. Click **Open**

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

* Input **Private Key Passphrase** if your Private Key is protected by password. Click **IMPORT**
* Input **Private Key Passphrase** if your Private Key is protected.

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

New Certificate and Key were imported as below.

<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/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.
