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

이 로그 좀 해석 좀 해주세요

올리고당 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
번호 제목 글쓴이 날짜 조회 추천
proxmox로 갈아탔습니다 2 기현 4시간 전07:34 121 +2
Immich가 FUTO에 합류했습니다.(Immich 핵심 팀은 정규직으로 근무합니다.) 4 달소 1일 전11:38 234 +1
오픈아이콘 제공 사이트(https://cdn.jsdelivr.net) 오류 발생 => 복구됨 2 지딱코 1일 전14:31 203 +1
3697
image
기현 4시간 전07:34 122 +2
3696
image
keiminem 23시간 전13:12 370 0
3695
normal
달소 1일 전11:38 234 +1
3694
normal
홍익 1일 전19:26 190 0
3693
image
지딱코 1일 전14:31 203 +1
3692
image
달소 2일 전22:22 348 +3
3691
image
ljr10 3일 전08:20 163 0
3690
image
달소 3일 전06:46 175 +1
3689
image
달소 3일 전05:50 191 +6
3688
image
달소 3일 전05:38 121 0
3687
image
달소 3일 전05:20 391 0
3686
image
keiminem 3일 전17:43 343 +3
3685
normal
purndal 3일 전14:32 240 0
3684
image
초보나스 4일 전10:46 104 0
3683
image
달소 4일 전10:03 315 0
3682
normal
keiminem 4일 전09:29 324 0
3681
normal
kmw_ 4일 전09:11 158 0
3680
normal
환경설정 4일 전13:31 400 0
3679
image
지축또타 5일 전23:02 346 +1
3678
image
ljr10 5일 전20:47 382 0