コマンドオプションサンプル:aws acm update-certificate-options

コマンドサンプルを検索した結果です。

証明書を更新します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/acm/update-certificate-options.html

aws acm update-certificate-options \ --certificate-arn arn:aws:acm:us-east-1:XXXXXXXXXXXX:certificate/XXXXXXXXXXXX \ --options CertificateTransparencyLoggingPreference=DISAB
    はてなブックマーク - AWS Certificate Manager (ACM)のCT(Certificate Transparency)をオプトアウトする | Developers.IO : http://b.hatena.ne.jp/entry/s/dev.classmethod.jp/cloud/optingout-awsacm-ct/
aws acm update-certificate-options \
    AWS Certificate Manager (ACM)のCT(Certificate Transparency)をオプトアウトする | Developers.IO : http://dev.classmethod.jp/cloud/optingout-awsacm-ct/
aws acm update-certificate-options \
    Managed Renewal for ACM's Amazon-Issued Certificates - AWS Certificate Manager  : http://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html
aws acm update-certificate-options --certificate-arn arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012 --options CertificateTransparencyLoggingPreference=DISABLED
    Document of ACM update-certificate-options with wrong example ・ Issue #3300 ・ aws/aws-cli ・ GitHub : http://github.com/aws/aws-cli/issues/3300

aws のオプション一覧