목록

2018.04.04 02:46
조회 2,902
0

certbot을 사용하여 발급하도록 하겠습니다.

 

 

git clone https://github.com/certbot/certbot

 

cd certbot

 

./certbot-auto certonly --manual -d *.도메인 -d 도메인 --agree-tos --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory

 

 

명령어와 동시에 의존성 설치가 이루어집니다.

 

그리고 여러가지 묻는데 Y 누르시고 

 

Please deploy a DNS TXT record under the name
_acme-challenge.도메인 with the following value:

Before continuing, verify the record is deployed.
---------------------------------------------------

 

이런식으로 나오는데 키를   _acme-challenge  라는 이름으로  TXT 레코드  에 추가하셔야합니다.

키를 복사해서 값에 넣어주시고 엔터를 시키면됩니다.

2번 나오니 동일 방법으로 하시면됩니다.

 

 

이제 웹서버에 적용후에 재시작 누르시면됩니다. 

 

 

natura Lv. 4

댓글 4