Centos 7 certbot 배치 https 사용

968 단어 NginxLinuxhttps
환경.
centos 7
nginx
설치 하 다.
certbot 설치
yum install certbot python2-certbot-nginx

인증서 설치
//       
certbot --nginx

//               
certbot --nginx certonly

자동 연장 주문
certbot 가 자동 으로 설치 하 는 let 's encrypt 인증서 의 유효기간 은 3 개 월 밖 에 되 지 않 기 때문에 3 개 월 마다 인증 서 를 업데이트 해 야 합 니 다. certbot 가 가지 고 있 는 계약 연장 명령 을 사용 하여 재 확인 할 수 있 습 니 다.
//   
certbot renew
//       
certbot renew --dry-run
//   crontab        
crontab -e
0 0 * * * certbot renew

참고 자료
홈 페이지 자료 - https://certbot.eff.org/lets-encrypt/centosrhel7-nginx닥 친 문제
1. 집행 certbot --nginx 오류 보고, Error while running nginx -c /etc/nginx/nginx.conf -t해결: certbot 에서 자동 으로 찾 은 nginx 프로필 경로 오류 입 니 다. 다음 명령 을 실행 하 십시오. certbot --nginx certonly --nginx-server-root=/usr/local/nginx/conf 뒤에 nginx 프로필 이 있 는 디 렉 터 리 를 주의 하 십시오.

좋은 웹페이지 즐겨찾기