AWS cli documentation change
Summary
Updated navigation links and added clarification that ACME-origin certificates cannot be manually deleted. Includes AWS CLI version update.
Security assessment
The added note about ACME certificate deletion restrictions improves documentation of security controls but doesn't address a specific vulnerability. It enforces automated certificate lifecycle management without evidence of patching a security flaw.
Diff
diff --git a/cli/latest/reference/acm/delete-certificate.md b/cli/latest/reference/acm/delete-certificate.md index 3590f182a..e208f6967 100644 --- a//cli/latest/reference/acm/delete-certificate.md +++ b//cli/latest/reference/acm/delete-certificate.md @@ -13,3 +13,3 @@ - * [next](describe-certificate.html "describe-certificate") | - * [previous](add-tags-to-certificate.html "add-tags-to-certificate") | - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [next](describe-acme-account.html "describe-acme-account") | + * [previous](delete-acme-external-account-binding.html "delete-acme-external-account-binding") | + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -22,2 +22,2 @@ - * [← add-tags-to-certificate](add-tags-to-certificate.html "previous chapter \(use the left arrow\)") / - * [describe-certificate →](describe-certificate.html "next chapter \(use the right arrow\)") + * [← delete-acme-external-account-binding](delete-acme-external-account-binding.html "previous chapter \(use the left arrow\)") / + * [describe-acme-account →](describe-acme-account.html "next chapter \(use the right arrow\)") @@ -67,0 +68,2 @@ Deleting a certificate issued by a private certificate authority (CA) has no eff +You cannot delete a certificate with a `CertificateKeyPairOrigin` of `ACME` . ACM automatically deletes these certificates 1 year after they expire. + @@ -249,2 +251,2 @@ None - * [← add-tags-to-certificate](add-tags-to-certificate.html "previous chapter \(use the left arrow\)") / - * [describe-certificate →](describe-certificate.html "next chapter \(use the right arrow\)") + * [← delete-acme-external-account-binding](delete-acme-external-account-binding.html "previous chapter \(use the left arrow\)") / + * [describe-acme-account →](describe-acme-account.html "next chapter \(use the right arrow\)") @@ -257,3 +259,3 @@ None - * [next](describe-certificate.html "describe-certificate") | - * [previous](add-tags-to-certificate.html "add-tags-to-certificate") | - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [next](describe-acme-account.html "describe-acme-account") | + * [previous](delete-acme-external-account-binding.html "delete-acme-external-account-binding") | + * [AWS CLI 2.35.13 Command Reference](../../index.html) »