렛츠 인크립트 갱신 시 해당 오류가 발생하는 경우가 있다. 문제는 80번 포트에 바인딩할 수 없다는건데 nginx(혹은 다른 웹서버)에서 80번 포트를 사용하고 있어서 갱신에 실패하였다. $ sudo certbot renew Cert is due for renewal, auto-renewing... Plugins selected: Authenticator standalone, Installer None Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org Renewing an existing certificate Performing the following challenges: http-01 challenge for www.domain.com ..
렛츠인크립트 SSL 인증서 명령어 모음입니다. # 인증서 해지 명령어 $ sudo certbot revoke --cert-name www.domain.com # 인증서 삭제 명령어 $ sudo certbot delete --cert-name www.domain.com # 인증서 발급 명령어 (서버 소유주 인증 방식) $ sudo certbot --nginx -d www.domain.com # 인증서 발급 명령어 (nginx 웹서버 인증 방식) $ sudo certbot certonly --standalone -d www.domain.com # 인증서 발급 명령어 (도메인 소유주 방식) $ sudo certbot certonly --manual --preferred-challenges dns-01 --se..
An unexpected error occurred: SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",) 인증서 발급 시 해당 오류가 발생하는 경우가 생긴다. 명령어에 --no-verify-ssl를 추가시켜주면 발급이 정상적으로 진행된다. ex) certbot --nginx -d www.domain.com --no-verify-ssl
"이 블로그의 모든 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
- Total
- Today
- Yesterday