인프라

centos7 https 무료 인증서 설치 및 관리

소행성왕자 2021. 11. 24. 14:49
centos7 무료 인증서 설치 및 관리



. 인증서 관리 프로그램인 certbot과 파이썬 모듈 설치

 

# yum install certbot
# yum install python2-certbot-apache

 

. 인증서 설치 시작
# certbot --apache -d 도메인



. 인증서 갱신
# certbot renew