본문 바로가기
OS/Linux

Let’s Encrypt / certbot-auto

by 하하IT 2020. 4. 28.

wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto

./certbot-auto certonly --webroot -w [ROOT폴더] -d [도메인명]
 
Let’s Encrypt 인증서 기간, 남은 날짜, 상태 확인하기 
./certbot-auto certificates


Let’s Encrypt SSL 인증서 갱신(20일미만) 웹서버 다운필요?? 
./certbot-auto renew 

 

Let’s Encrypt SSL 인증서 갱신(잔여 유효기간 상관없음) 웹서버 다운필요?? 
./certbot-auto renew  --force-renewal

 

Let’s Encrypt SSL 인증서 갱신(업데이트 패키지 설치시도시 사용자 입력 skip) 웹서버 다운필요?? 
./certbot-auto renew  --no-self-upgrade

 

 


## 2month
* * * */2 * /APP/certbot-auto renew --force-renewal  --no-self-upgrade