자체 호스팅 웹사이트가 있는데 SSL 인증서가 최근 만료되었습니다.
명령을 사용하여 새 것을 만들어보십시오 sudo certbot certonly -d 'example.com,*.example.com' --manual --preferred-challenges dns
. 명령은 문제 없이 실행되지만 다음 오류를 생성하고 다음 출력을 생성합니다.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for example.com and *.example.com
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/example.com/fullchain.pem
Key is saved at: /etc/letsencrypt/live/example.com/privkey.pem
This certificate expires on 2023-05-09.
These files will be updated when the certificate renews.
NEXT STEPS:
- This certificate will not be renewed automatically. Autorenewal of --manual certificates requires the use of an authentication hook script (--manual-auth-hook) but one was not provided. To renew this certificate, repeat this same certbot command before the certificate's expiry date.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
하지만 예를 들어 확인해 보면 여전히 작동하지 않습니다.https://www.sslshopper.com/, 여전히 만료된 인증서가 표시됩니다. 하루 넘게 기다려도 아무 일도 일어나지 않았습니다.
참고 사항: 지난번처럼 TXT 레코드를 설정하지 않았고 certbot도 나에게 요청하지 않았습니다.