Opensource

Let's Encrypt SSL 발급/갱신 (무료 SSL)

KK_Ryong 2023. 2. 8. 17:57

사이트 확인
vi /etc/httpd/conf/httpd.conf

무료 SSH 인증서 생성

certbot certonly --cert-name [인증서이름] -d [도메인] -d [도메인]
(안될 시 certonly 빼고 해보기)

 

인증서 확인
certbot certificates

인증서 갱신
certbot renew --dry-run
certbot renew
강제 갱신
certbot renew --force-renewal


인증서 삭제
certbot delete