LoginSignup
2
2

More than 5 years have passed since last update.

AWS Certificate Managerで指定したドメインに登録されたアドレスにvalidation mailを送る

Last updated at Posted at 2016-02-10

subdomain.example.com のSSL証明書をACMで取得しようとすると、validationのメールは以下のアドレスに送信される。

admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com

これだとvalidation mailを受信できない場合があるので、example.comの管理者のメールにvalidationを飛ばしたいときがある。

  1. Web Consoleでsubdomain.example.comの証明書発行をrequestする
  2. pending validationのステータスになる
  3. » aws acm resend-validation-email --certificate-arn arn:aws:acm:us-east-1:11111111:certificate/hogehoge --domain subdomain.example.com --validation-domain example.com --region us-east-1
  • 今のところus-east-1しかサービスがavailableじゃないので、regionはus-east-1
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2