• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
질문

이 로그 좀 해석 좀 해주세요

올리고당 189

1

3

어제 인증서 관련하여 발행 받고 전부 성공은 했습니다.

 

90일 기한이 있어 크론탭 생성하여 진행하고자 해서 다음과 같은 방법으로 진행하였습니다.

 

SSL 인증서를 자동 갱신

1) 개요 : 암호화 인증서는 90일 동안 유효합니다. 만료되기 전에 인증서를 자동으로 갱신하기

위해 하루에 두 번 실행되며 만료 30일 전에 인증서가 자동으로 갱신되는 cronjob을

만듭니다.

2) crontab 명령을 실행하여 새 cronjob을 생성 (명령어 : crontab -e)

3) 다음 줄을 붙여넣습니다.

0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(3600))' && certbot -q renew --renew-hook "systemctl reload nginx"

4) 파일을 저장한 후 닫기.

5) 갱신 프로세스를 테스트하려면 certbot 명령과 함께 --dry-run 스위치를 사용 가능

certbot renew --dry-run

6) 오류가 없으면 테스트 갱신 프로세스가 성공적이었음을 의미합니다

 

그런데 먼가 fail이라고 하면서 아래와 같은 메시지를 띄웁니다.

[root@centos7 ~]# certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/woongs357.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Simulating renewal of an existing certificate for woongs357.com and www.woongs357.com
Performing the following challenges:
http-01 challenge for woongs357.com
http-01 challenge for www.woongs357.com
Using the webroot path /var/lib/letsencrypt for all unmatched domains.
Waiting for verification...
Challenge failed for domain woongs357.com
Challenge failed for domain www.woongs357.com
http-01 challenge for woongs357.com
http-01 challenge for www.woongs357.com
Cleaning up challenges
Failed to renew certificate woongs357.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/www.woongs357.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Simulating renewal of an existing certificate for www.woongs357.com
Performing the following challenges:
http-01 challenge for www.woongs357.com
Waiting for verification...
Cleaning up challenges

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/www.woongs357.com/fullchain.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following simulated renewals succeeded:
  /etc/letsencrypt/live/www.woongs357.com/fullchain.pem (success)

The following simulated renewals failed:
  /etc/letsencrypt/live/woongs357.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: woongs357.com
   Type:   connection
   Detail: Fetching
   http://woongs357.com/.well-known/acme-challenge/JzsZcmPVpGeFFomtpZgsmXef-crEM92Ymuaoco1pfsg:
   Connection refused

   Domain: www.woongs357.com
   Type:   connection
   Detail: Fetching
   http://www.woongs357.com/.well-known/acme-challenge/JOTfRpVpuB-fA69n4oIjdexB_NU2PH-GS7zspUv2MRI:
   Connection refused

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A/AAAA record(s) for that domain
   contain(s) the right IP address. Additionally, please check that
   your computer has a publicly routable IP address and that no
   firewalls are preventing the server from communicating with the
   client. If you're using the webroot plugin, you should also verify
   that you are serving files from the webroot path you provided.

 

저도 보고 있지만, 이유를 모르겠어서 올립니다. 

 

신고공유스크랩
3
profile image 1등
달소 2021.07.21. 11:05

이전과 마찬가지로 인증서 발급과정에서 진행되는 파일생성 및 인증이 되지않아서 발생하는 오류로 보입니다.

 

인증방식이 바뀐거라 최신버전의 진행방법을 다시 구글링하셔야될듯합니다.

 

IMPORTANT NOTES:

- The following errors were reported by the server:

 

Domain: woongs357.com

Type: connection

Detail: Fetching

http://woongs357.com/.well-known/acme-challenge/JzsZcmPVpGeFFomtpZgsmXef-crEM92Ymuaoco1pfsg:

Connection refused

 

Domain: www.woongs357.com

Type: connection

Detail: Fetching

http://www.woongs357.com/.well-known/acme-challenge/JOTfRpVpuB-fA69n4oIjdexB_NU2PH-GS7zspUv2MRI:

Connection refused

[Reference] : 올리고당, 「서버포럼 - 이 로그 좀 해석 좀 해주세요」 https://svrforum.com/?document_srl=52816&mid=svr&act=dispBoardContent.

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story
번호 제목 글쓴이 날짜 조회 추천
서브 미니PC Proxmox로 집합시켰습니다.. 12 EXP 3일 전21:58 415 +1
나만의 구독 관리하기 Wallos 서버 구축하기. 8 달소 6일 전17:19 357 +2
네트워크 구성도와 상세 스펙 공유 3 맘맘 6일 전16:17 351 +1
3747
image
달소 21.06.22.13:19 19657 0
3746
image
달소 22.03.17.22:09 19154 +14
3745
image
달소 23.01.27.14:15 16585 +8
3744
image
달소 20.12.25.17:18 16325 +5
3743
image
똥쓰똥쓰 22.09.24.16:54 8244 +3
3742
image
달소 21.04.28.14:05 8199 +6
3741
image
달소 21.01.02.13:32 8198 0
3740
image
달소 21.05.06.11:38 7954 +4
3739
image
달소 21.02.26.15:02 7731 +1
3738
image
달소 22.03.17.23:40 7195 +2
3737
image
달소 21.07.30.17:12 7142 +4
3736
image
달소 21.06.11.13:24 6958 +4
3735
image
달소 21.04.23.12:51 6160 +3
3734
image
달소 22.05.06.13:12 5988 +3
3733
image
ExpBox 22.04.16.23:19 5977 +4
3732
image
에프킬라 22.04.19.22:08 5938 +6
3731
image
달소 21.07.30.11:40 5772 +1
3730
image
달소 21.10.21.17:59 5614 +3
3729
image
달소 23.04.09.14:13 5433 +4
3728
image
달소 22.03.17.22:25 5141 +11