> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/faq/comm/certificate.md).

# 에이전트: 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>
