1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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'
respondido há 2 anos
Conteúdo relevante
- feita há 4 meses
- feita há 4 meses
- feita há 2 meses
- feita há 4 meses
- AWS OFICIALAtualizada há 3 anos
- AWS OFICIALAtualizada há 9 meses