AWS acm documentation change
Summary
Added note about exporting public certificates for broader EC2 usage
Security assessment
Similar to the acm-services.md change, this expands documentation about certificate export capabilities but does not address a specific security vulnerability.
Diff
diff --git a/acm/latest/userguide/certificate-validation.md b/acm/latest/userguide/certificate-validation.md index f92d18299..560c8b332 100644 --- a//acm/latest/userguide/certificate-validation.md +++ b//acm/latest/userguide/certificate-validation.md @@ -15 +15 @@ You must validate that you own or control every domain name that you included in -Public ACM certificates can be installed on Amazon EC2 instances that are connected to a [Nitro Enclave](./acm-services.html#acm-nitro-enclave), but not to other Amazon EC2 instances. For information about setting up a standalone web server on an Amazon EC2 instance not connected to a Nitro Enclave, see [Tutorial: Install a LAMP web server on Amazon Linux 2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-lamp-amazon-linux-2.html) or [Tutorial: Install a LAMP web server with the Amazon Linux AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html). +Public ACM certificates can be installed on Amazon EC2 instances that are connected to a [Nitro Enclave](./acm-services.html#acm-nitro-enclave). You can also [export a public certificate](./export-public-certificate.html) to use on any Amazon EC2 instance. For information about setting up a standalone web server on an Amazon EC2 instance not connected to a Nitro Enclave, see [Tutorial: Install a LAMP web server on Amazon Linux 2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-lamp-amazon-linux-2.html) or [Tutorial: Install a LAMP web server with the Amazon Linux AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html).