BIG
=========================================================================
출처 : https://www.manualfactory.net
=========================================================================
CentOS 7에서 Let’s Encrypt 인증서를 발급 받는 방법을 요약합니다.
환경
- CentOS 7
- Apache Web Server
설치
저장소 추가
yum install epel-release
설치
yum install python-certbot-apache
인증서 발급
abc.com 인증서 발급
certbot --apache -d abc.com
abc.com과 www.abc.com 인증서 동시 발급
certbot --apache -d abc.com -d www.abc.com
인증서 갱신
certbot renew
Let’s Encrypt 인증서는 90마다 갱신해야 합니다.
LIST
'!!...Linux' 카테고리의 다른 글
[Linux] Apache 설정 HTTP_X_FORWARDED_FOR IP 추가 설정 (0) | 2022.10.20 |
---|---|
[Linux] Centos 7 / scp use sample (0) | 2022.10.18 |
[Linux] CentOS 7 / Samba / 설치와 설정 (0) | 2018.11.22 |
[Linux] CentOS 7 / firewall-cmd 명령어로 방화벽 관리하기 (0) | 2018.11.22 |
[Linux] CentOS 7 / ntp로 시간 동기화 하는 방법 (0) | 2018.11.22 |