AWS acm documentation change
Summary
Corrected 'wild-card' to 'wildcard' in email validation documentation.
Security assessment
Terminology correction without security implications.
Diff
diff --git a/acm/latest/userguide/email-validation.md b/acm/latest/userguide/email-validation.md index 054cd806f..d74b57f64 100644 --- a//acm/latest/userguide/email-validation.md +++ b//acm/latest/userguide/email-validation.md @@ -36 +36 @@ Email validation for multi-domain certificate requests using the ACM API or CLI -If you request an ACM certificate for a domain name that begins with `www` or a wild-card asterisk (`*`), ACM removes the leading `www` or asterisk and sends email to the administrative addresses. These addresses are formed by pre-pending admin@, administrator@, hostmaster@, postmaster@, and webmaster@ to the remaining portion of the domain name. For example, if you request an ACM certificate for www.example.com, email is sent to [email protected] rather than to [email protected]. Likewise, if you request an ACM certificate for *.test.example.com, email is sent to [email protected]. The remaining common administrative addresses are similarly formed. +If you request an ACM certificate for a domain name that begins with `www` or a wildcard asterisk (`*`), ACM removes the leading `www` or asterisk and sends email to the administrative addresses. These addresses are formed by pre-pending admin@, administrator@, hostmaster@, postmaster@, and webmaster@ to the remaining portion of the domain name. For example, if you request an ACM certificate for www.example.com, email is sent to [email protected] rather than to [email protected]. Likewise, if you request an ACM certificate for *.test.example.com, email is sent to [email protected]. The remaining common administrative addresses are similarly formed.