Skip to content

Instantly share code, notes, and snippets.

@JoshM1994
Created March 20, 2022 02:40
Show Gist options
  • Save JoshM1994/e34cd633c85394a253b4ec1a2717fd6f to your computer and use it in GitHub Desktop.
Save JoshM1994/e34cd633c85394a253b4ec1a2717fd6f to your computer and use it in GitHub Desktop.
const cert = new acm.Certificate(this, 'WebCert', {
domainName: WWW_DOMAIN_NAME,
subjectAlternativeNames: [DOMAIN_NAME],
validation: CertificateValidation.fromDns(),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment