AWS acm documentation change
Summary
Added hyperlinks to revoke-certificate CLI and API documentation
Security assessment
Formatting improvement adding reference links without changing security content or procedures
Diff
diff --git a/acm/latest/userguide/revoke-certificate.md b/acm/latest/userguide/revoke-certificate.md index ed675be33..7a5d7835a 100644 --- a//acm/latest/userguide/revoke-certificate.md +++ b//acm/latest/userguide/revoke-certificate.md @@ -70 +70 @@ Once a certificate is revoked, you cannot reuse the certificate. Revoking a cert -Use the `revoke-certificate` AWS CLI command or `RevokeCertificate` API action to revoke an ACM public or private certificate. You can retrieve the certificate's ARN by calling the [`list-certificates`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/acm/list-certificates.html) command. +Use the [`revoke-certificate`](https://docs.aws.amazon.com/cli/latest/reference/acm-pca/revoke-certificate.html) AWS CLI command or [`RevokeCertificate`](https://docs.aws.amazon.com/acm/latest/APIReference/API_RevokeCertificate.html) API action to revoke an ACM public or private certificate. You can retrieve the certificate's ARN by calling the [`list-certificates`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/acm/list-certificates.html) command.