Created
August 16, 2020 17:47
-
-
Save gregorypierce/bf54a10a4f6c9929341e3c40d592b6f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.certificate = new acm.Certificate( this, "certificate", { | |
domainName: props.domainName, | |
subjectAlternativeNames: props.alternativeDomainNames, | |
validation: acm.CertificateValidation.fromDns( this.hostedZone ) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment