Letsencrypt/certbot/ubuntu/説明について、ここに記述してください。 == ドメインの権利確認 == {{{ Please deploy a DNS TXT record under the name _acme-challenge.example.com with the following value: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx-sXXxxxXXxxlJI Before continuing, verify the record is deployed. ------------------------------------------------------------------------------- Press Enter to Continue }}} この部分をDNS APIで処理できれば、自動化できることに。 port 80を使っていなければ、standaloneで単一証明書を得るのが楽か。 反映されるまで数分待ちました。 反映されたので、ようやく元のコマンドに対して Enter キーを押します。 上手くいけば、ここで以下のように出力されて完了です。 Waiting for verification... Cleaning up challenges To non-interactively renew *all* of your certificates, run "certbot renew" == renew == 試さなくては -- ToshinoriMaeno <>