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
'OS > Linux' 카테고리의 다른 글
centos 7 / let's Encrypt / tomcat 8 (0) | 2020.05.04 |
---|---|
centos 7 / tomcat / SSL / https / let's encrypt (0) | 2020.04.29 |
ubuntu / 우분투 네트워크 설정 (0) | 2020.04.27 |
ubuntu / usb인식 (0) | 2020.04.27 |
파일 분할 및 압축관련 tar , tgz , gzip ,split (0) | 2020.04.27 |