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

반응형
centos7 무료 인증서 설치 및 관리



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

 

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

 

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



. 인증서 갱신
# certbot renew
반응형