Let’s Encrypt의 인증서는 최대 90일까지 유효하므로 90일 이후에는 다음과 같은 방법으로 계속 인증을 갱신하면 된다.
# 인증서 정보 확인(만료일)
[root@localhost maxoverpro.org]# certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
Certificate Name: [도메인명]
Domains: maxoverpro.org
Expiry Date: 2021-07-17 14:24:14+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/[도메인명]/fullchain.pem
Private Key Path: /etc/letsencrypt/live/[도메인명]/privkey.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 인증서 갱신
root@localhost maxoverpro.org]# certbot renew