1 個回答
- 最新
- 最多得票
- 最多評論
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'
已回答 1 年前
相關內容
- 已提問 2 年前
- 已提問 1 年前
- AWS 官方已更新 6 個月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前