728x90
반응형
certbot SSL wildcard 갱신순서
- 기존에
_acme-challenge
로 등록된 DNS TXT 모두 삭제- action: DNS name:
_acme-challenge
삭제
- action: DNS name:
- certbot 설치, certbot 명령어 실행
- action: apk add certbot or apt-get -y install certbot
- 콘솔창에 나온 DNS name, value DNS TXT 타입으로 저장
- action: DNS TXT 생성
- DNS TXT 저장하는데 시간이 걸림
- 1차 DNS 저장 후 콘솔에서 엔터, 2차 DNS 내용나옴
- 2차 DNS TXT 저장 후 콘솔에서 엔터
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/xxx.co.kr-0001/fullchain.pem
Key is saved at: /etc/letsencrypt/live/xxx.co.kr-0001/privkey.pem
certbot SSL wildcard 갱신 command
linux
apt-get -y install certbot
alpine-linux
apk add certbot
certbot wildcard
certbot certonly \
-d xxx.co.kr \
-d *.xxx.co.kr \
-m xxx@xxx.co.kr
--preferred-challenges=dns \
--agree-tos \
--manual \
--server https://acme-v02.api.letsencrypt.org/directory
728x90
728x90
BIG
'Programming > 환경셋팅' 카테고리의 다른 글
NERD Font - D2Coding NERD FONT (0) | 2024.09.02 |
---|---|
neo-vim 설치 - CoC, Python - 실시간자동완성 적용 (3) | 2023.05.27 |
추천: MAC 맥 개발자를 위한 설치 프로그램 (0) | 2023.03.21 |
github 자체 CI, CD => action (0) | 2020.07.01 |
Rabbit MQ - message queue (0) | 2020.06.24 |
댓글