Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregorypierce/bf54a10a4f6c9929341e3c40d592b6f3 to your computer and use it in GitHub Desktop.
Save gregorypierce/bf54a10a4f6c9929341e3c40d592b6f3 to your computer and use it in GitHub Desktop.
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