作成方法サブドメインの自己署名入り証明書を暗号化しましょうか?作成方法サブドメイン専用の自己署名証明書を暗号化しましょうか? (投稿のエラー)
具体的には:
sub.domain.com
は
the following instructionsを以下、私が手
domain.com
(何を指していません)(IPアドレスに証明書とポイントを必要とします)次のエラー: >>> sudo -H ./letsencrypt-auto certonly --standalone -d sub.domain.com --register-unsafely-without-email
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for sub.domain.com
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. sub.domain.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Timeout
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: sub.domain.com
Type: connection
Detail: Timeout
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
セットアップするサーバーでコマンドを実行していますか? – jrtapsell
@jrtapsellいいえ、それは私の問題でした - あなたが回答を投稿すると私はそれを受け入れるでしょう – GNettlefold