Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created December 23, 2021 09:21
Show Gist options
  • Save vranystepan/3d17b95e3053215ea487934f14421cf4 to your computer and use it in GitHub Desktop.
Save vranystepan/3d17b95e3053215ea487934f14421cf4 to your computer and use it in GitHub Desktop.
Certificate:
Type: AWS::CertificateManager::Certificate
Properties:
DomainName: !Ref DomainName
DomainValidationOptions:
- DomainName: !Ref DomainName
HostedZoneId: !Ref HostedZoneId
ValidationMethod: DNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment