1

スタンドアロン オプションで SSL 証明書を生成するためにletsencryptを使用し、SSL 証明書を正常に生成しました。

ポート 433 でリスナーを構成するために AWS ロード バランサーに移動し、この種のポップアップでインポートする前に生成した SSL 証明書を使用しました。

ここに画像の説明を入力

その後、すべてが機能しました。今度は、この SSL 証明書を更新したいと思います。この指示に従って証明書を更新しました。

私は試した:

./certbot-auto renew --standalone

=> Checking for new version...
Requesting root privileges to run certbot...
   /root/.local/share/letsencrypt/bin/letsencrypt renew --standalone
No renewals were attempted.

または、証明書を再度取得します ./certbot-auto certonly --standalone

Failed authorization procedure. www.atoha.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for TLS-SNI-01 challenge. Requested ef39667c9d782884f8157f30f3e85e81.fb4436208f9bc7c8bdeb19356bb090f2.acme.invalid from 54.179.140.152:443. Received certificate containing 'www.my_domain.com'

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: www.my_domain.com
   Type:   unauthorized
   Detail: Incorrect validation certificate for TLS-SNI-01 challenge.
   Requested ef39667c9d782884f8157f30f3e85e81.fb4436208f9bc7c8bdeb1935
   6bb090f2.acme.invalid from 54.179.140.152:443. Received certificate
   containing 'www.my_domain.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.

これは、私の証明書が以前に正しく生成されたことを意味します。期限切れが近づいているため、今のところ更新方法を知りたいです!

ありがとう!

4

2 に答える 2