Skip to content

Commit

Permalink
Add domains to shared ALB certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 13, 2023
1 parent f6733a5 commit b8b4c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spire/templates/shared-alb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Resources:
Properties:
DomainName: !If [IsProduction, "*.prx.org", "*.staging.prx.tech"]
SubjectAlternativeNames:
- !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.org"]
- !If [IsProduction, "*.prxu.org", "*.staging.prxu.org"]
- !If [IsProduction, "*.prx.tech", !Ref "AWS::NoValue"]
- !If [IsProduction, "*.prx.mx", !Ref "AWS::NoValue"]
Expand Down

0 comments on commit b8b4c4a

Please sign in to comment.