Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 2ef02b1

Browse files
committed
Update subject alternative names in CertificateStack for staging and development environments
1 parent 96abc0a commit 2ef02b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/lib/certificate-stack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export class CertificateStack extends cdk.Stack {
1616
subjectAlternativeNames: [
1717
'stg.beejho.in',
1818
'dev.beejho.in',
19-
'www.staging.beejho.in',
20-
'www.development.beejho.in',
19+
'www.stg.beejho.in',
20+
'www.dev.beejho.in',
2121
'www.beejho.in'
2222
],
2323
validation: CertificateValidation.fromDns(hostedZone),

0 commit comments

Comments
 (0)