Let’s Encrypt - 무료 SSL 인증서

서버 환경OS: CentOS7 Apache 2.4.6 #yum install epel-release# yum install python-certbot-apache 인증서 신규추가 # certbot --apache -d example.co.kr -d www.example.co.kr #서브도메인 있다면 이후에 계속 추가 인증서 갱신 certbot renew 자동 인증서 업데이트 # crontab -e //30일마다 새벽 4시 0분에 명령어가 실행됩니다. 0 4 */30 * * certbot renew 이미 등록된 더 읽기

Server에 게시되었습니다