2

letenrypt証明書が来週期限切れになるAWSインスタンスがあります。SSLにCertbotを使用しています。私が実行した証明書を更新するには:

./certbot-auto  --force-renewal

その後、次のエラーが発生しました

     - The following errors were reported by the server:

   Domain: mydomain.com
   Type:   unauthorized
   Detail: Incorrect validation certificate for tls-sni-01 challenge.
   Requested
   e1ffb2998151164f701ff76417586854.6bdc1fb9cc4424a3ecd85558d178f6e9.acme.invalid
   from IP.00.00.00. Received 3 certificate(s), first
   certificate had names "mydomain.com"

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A record(s) for that domain
   contain(s) the right IP address.

ドメイン名は正しく入力されており、DNS A レコードには正しい IP が含まれています。(私は、mydomain.com、www.mydomain.com、myOLDdomain.com のように 1 つの IP に対して 3 つを使用しています)。

誰かがそれを更新するのを手伝ってくれますか?

4

2 に答える 2

-1

同様のエラーがありました。最初の証明書は正常に機能し、DNS とリバース DNS が適切に設定されています。AWS インスタンスで Centos7、postfix/dovecot/spamassassin、および nginx を実行しています。nginx が実行されていると更新されません。

nginxを停止して実行したところ

certbot renew 

すべてが正常に機能し、nginx を再起動しました。certbot の問題か nginx の問題かは不明です。更新スクリプトを設定して、nginx を停止し、更新し、完了したら nginx を再起動します。

于 2018-07-27T14:01:08.313 に答える