centos7 무료 인증서 설치 및 관리
. 인증서 관리 프로그램인 certbot과 파이썬 모듈 설치
# yum install certbot
# yum install python2-certbot-apache
. 인증서 설치 시작
# certbot --apache -d 도메인
. 인증서 갱신
# certbot renew
'인프라' 카테고리의 다른 글
도커(docker) 파일 복사 방법 (0) | 2021.11.30 |
---|---|
docker centos7 install + C++ REST SDK (0) | 2021.11.30 |
깃랩 (Gitlab) CI/CD 배포시 매우 느릴때 보류중 (0) | 2021.11.22 |
인텔리제이 git 설정 + gitlab remote 설정 (0) | 2021.11.12 |
CentOS8 /RHEL8 깃랩 설치 및 구성 (GitLab ce install) (0) | 2021.11.11 |