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/cdc6fda6d02b25d63cb16b5f9ccaf94a to your computer and use it in GitHub Desktop.
Save gregorypierce/cdc6fda6d02b25d63cb16b5f9ccaf94a to your computer and use it in GitHub Desktop.
this.certificate = new acm.DnsValidatedCertificate( this, "certificate", {
domainName: props.domainName,
hostedZone: this.hostedZone,
subjectAlternativeNames: props.alternativeDomainNames,
validationMethod: acm.ValidationMethod.DNS
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment