Updates a certificate.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/acm/update-certificate-options.html
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 |