Skip to content

Commit

Permalink
Add domain to cert
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 16, 2023
1 parent ef89962 commit a15006f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spire/templates/shared-alb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ Resources:
Properties:
DomainName: !If [IsProduction, "*.prx.org", "*.staging.prx.tech"]
SubjectAlternativeNames:
# - !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.tech"]
- !If [IsProduction, !Ref "AWS::NoValue", "*.dovetail.staging.prx.tech"]
- !If [IsProduction, "*.dovetail.prx.org", "*.dovetail.staging.prx.tech"]
- !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 a15006f

Please sign in to comment.