centos 에서 무료 인증서(SSL, HTTPS) 설치 방법
1. 저장소 추가
yum install epel-release
2. 설치
yum install python-certbot-apache
3. 인증서 발급
certbot --apache -d yoursite.com
centos 에서 무료 인증서(SSL, HTTPS) 설치 방법
1. 저장소 추가
yum install epel-release
2. 설치
yum install python-certbot-apache
3. 인증서 발급
certbot --apache -d yoursite.com