================================================================ task: ACM証明書の作成 ================================================================ .. include:: ./_defines-acm.txt .. .. |AWS_DEFAULT_PROFILE| replace:: .. .. |AWS_DEFAULT_REGION| replace:: us-east-1 .. .. |AWS_ID| replace:: .. .. |DOMAIN_NAME| replace:: <ドメイン名> .. .. |ACM_ALTER_NAME| replace:: <ホスト名> .. .. |ACM_CERT_ARN| replace:: arn:aws:acm:\ |AWS_DEFAULT_REGION|\ :\ |AWS_ID|\ :certificate/49ab9aa9-0d15-488c-929b-3f681935669f .. |S3_BUCKET_NAME| replace:: ---------------------------------------------------------------- 作業の目的 [why] ---------------------------------------------------------------- ホスト名"\ |ACM_ALTER_NAME|\ "で利用する証明書を作成します。 .. include:: ../../../resource-catalog/task-acm/acm-certificate-create/_display-condition-common-acm-certificate-create.txt .. include:: ../../../resource-catalog/task-acm/acm-certificate-create/acm-certificate-create.txt 3.3. 証明書作成の承認 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% .. rubric:: 証明書作成の承認 SESで受信している場合、SES受信用のS3バケット名を指定します。 変数の設定: .. parsed-literal:: S3_BUCKET_NAME='\ |S3_BUCKET_NAME|\ ' コマンド: .. code-block:: sh aws s3 ls s3://${S3_BUCKET_NAME}/ \ |grep $(date +%Y-%m-%d) 結果(例): .. parsed-literal:: |today| 01:23:45 11176 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |today| 01:23:45 11148 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ファイルサイズの小さい方をダウンロードする。 変数の設定: .. code-block:: sh FILE_DOWNLOAD='<ファイル名>' コマンド: .. code-block:: sh aws s3 cp s3://${S3_BUCKET_NAME}/${FILE_DOWNLOAD} . 結果(例): .. parsed-literal:: download: s3://\ |S3_BUCKET_NAME|\ /xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx to ./xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx コマンド: .. code-block:: sh cat ${FILE_DOWNLOAD} \ | grep ^https://${AWS_DEFAULT_REGION}.certificates.amazon.com 結果(例): .. parsed-literal:: https://\ |AWS_DEFAULT_REGION|\ .certificates.amazon.com/approvals?code=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&context=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ブラウザでURLにアクセスします。 - 'I Approve'ボタンをクリックします。 - 'Success!'と表示されます。 .. rubric:: ステータスの確認 .. include:: ../../../resource-catalog/cli-acm/describe-certificate/usage-env-ACM_CERT_STATUS-result-ISSUED.txt ---------------------------------------------------------------- 参考 ---------------------------------------------------------------- 再送する場合 ++++++++++++++++++++++++++++++++ .. include:: ../../../resource-catalog/cli-acm/resend-validation-email/usage-simple.txt ---------------------------------------------------------------- 完了 ----------------------------------------------------------------