certbot-auto2 SSL / certbot-auto / 1] SSL 신규등록 wget https://dl.eff.org/certbot-auto chmod +x certbot-auto sudo mv certbot-auto /usr/local/bin cd /usr/local/bin export EMAIL_ALERTS="이메일" sudo /usr/local/bin/certbot-auto certonly --standalone -d www.도메인1 -d 도메인2 --preferred-challenges http --agree-tos -n -m $EMAIL_ALERTS --keep-until-expiring tomcat 시작 2] SSL 갱신 Tomcat 종료 /usr/local/bin/certbot-auto certonly --standalone -d 도메인1 -d.. 2021. 3. 8. Let’s Encrypt / certbot-auto 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) 웹서버 다운필요?? ./.. 2020. 4. 28. 이전 1 다음 반응형