1 Answer
- Newest
- Most votes
- Most comments
1
I found the answer - you set SubjectAlternativeNames to add the extra names to the cert.
Resources:
SiteCert:
Type: AWS::CertificateManager::Certificate
Properties:
DomainName: !Ref RootDomainName
DomainValidationOptions:
- DomainName: !Ref RootDomainName
HostedZoneId: !Ref HostedZoneId
SubjectAlternativeNames:
- !Sub
- www.${Domain}
- Domain: !Ref RootDomainName
ValidationMethod: 'DNS'
answered 9 months ago
Relevant content
- Accepted Answerasked 6 months ago
- Accepted Answerasked 7 months ago
- Accepted Answerasked 6 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago