独自のホスティングウェブサイトがあり、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も私に尋ねませんでした。