# 에이전트: SSL 인증서 만료 메시지

{% hint style="info" %}
온프레미스 환경에서 리눅스 에이전트 설치 중 SSL 인증서 만료 메시지가 표시될 경우 확인 방법입니다.
{% endhint %}

### 1. 통신 확인 <a href="#id-1" id="id-1"></a>

에이전트를 설치하려는 환경에서 다음 명령어로 인증서 상태가 정상인지 확인합니다.

```bash
curl -vI https://repo.plura.io
```

```bash
curl -vI https://www.plura.io
```

```bash
curl -vI https://apis.plura.io
```

### 2. 다운로드 확인 <a href="#id-2" id="id-2"></a>

인증서 오류가 발생하면 다음과 같이 오류를 무시하고 다운로드가 되는지 확인합니다.

```bash
curl -k https://repo.plura.io/v5/agent/linux/install.sh -o install.sh
```

### 3. 고객지원 <a href="#id-3" id="id-3"></a>

위의 과정에서 오류가 확인되면 해당 내용의 결과를 첨부하여 이메일로 문의 주시면 지원해 드리겠습니다.

📬 기술지원: <support@plura.kr>


---

# Agent Instructions: 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.plura.io/ko/faq/comm/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.
