반응형
certbot 을 이용하여 인증서를 갱신(renew) 하는 경우, 인증서를 갱신한지 얼마되지 않은 경우, 갱신되지 않습니다.
갱신받은 기간에 상관없이 인증서를 갱신해야 하는 경우 아래는 command 로 강제 갱신을 진행할 수 있습니다.
sudo certbot renew --force-renew --cert-name <domain-name.com> |
반응형
certbot 을 이용하여 인증서를 갱신(renew) 하는 경우, 인증서를 갱신한지 얼마되지 않은 경우, 갱신되지 않습니다.
갱신받은 기간에 상관없이 인증서를 갱신해야 하는 경우 아래는 command 로 강제 갱신을 진행할 수 있습니다.
sudo certbot renew --force-renew --cert-name <domain-name.com> |