AWS AWSCloudFormation documentation change
Summary
Updated documentation link for certificate key algorithms
Security assessment
The change corrects a URL reference but does not alter security-related content or introduce new security features.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-certificatemanager-certificate.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-certificatemanager-certificate.md index cec37a038..1c3b882a8 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-certificatemanager-certificate.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-certificatemanager-certificate.md @@ -147 +147 @@ _Required_ : No -Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see [Key algorithms](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms). +Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see [Key algorithms](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term).