OS/LINUX

Letsencrypt 도메인 인증서 SSL

unlinky 2024. 11. 14. 09:52
반응형

무료인증서 Letsencrypt 사용법

 

 

설치 

snap install --classic certbot

 

등록 

 - 중괄호 {} 없이 수정후 실행하면된다.

certbot certonly --apache -m {webmaster@testmail.com} -d {domain.com} -n --agree-tos

 

직접 실행시

sh /root/certbot-auto certonly --apache -m {webmaster@testmail.com} -d {domain.com} -n --agree-tos

 

 

LIST