Replies: 1 comment
-
One thing I can think of is to use CloudFormation's - op: add
path: /Mappings
value:
NLBCertificates:
qa:
Certificate: <arn1>
prod:
Certificate: <arn2>
- op: add
path: /Resources/NLBListenerTLS
value:
Properties:
Certificates:
- CertificateArn:
Fn::FindInMap: [NLBCertificates, Ref: Env, Certificate]
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to be able to specify different certs to use for NLB TLS based on environment. This is a side discussion for #5474
I have the following block in yamlpatch override @ service/copilot/service/overrides/cfn.patches.yml
Is it possible to use one cert for qa and one for prod?
@Lou1415926
Beta Was this translation helpful? Give feedback.
All reactions