Google ドメインでドメイン名を購入しました。(例: example.net)
しかし、Heroku で SSL を構成できませんでした (私は趣味の dyno を使用しています)。
ACM は常に失敗し、使い方がわかりません。
Herokuの場合:
CLIではなくWebサイトにドメインを追加すると出てきます
Domain Name DNS Target
example.net <random String>.herokudns.com
次に、設定 した合成レコードの Google ドメインで
@.example.net ->http://www.example.net
Temporary redirect (302)
Do not forward path
Enable SSL
カスタム リソース レコード内
Name Type TTL data
www CNAME 1H <random String>.herokudns.com
これらすべての後、config SSL-Automatically をクリックすると、得られるのは
ACM is failing for 1 domain name
example.net - CDN not returning HTTP challenge
そして私はドキュメントをチェックします
CDN not returning HTTP challenge
Heroku ACM is attempting to to verify that the HTTP challenge file is being
returned, but is encountering a 404 error. This typically happens when you
are pointing your domain at a CDN, rather than the Heroku provided DNS
target, and the HTTP challenge file does not exist on the CDN.
This typically happens with AWS CloudFront.