File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,4 @@ extends:
4444 apigee_deployments :
4545 - environment : internal-dev
4646 jinja_templates :
47- DOMAIN_ENDPOINT : https://${{ parameters.environment }}.imms.dev.vds.platform.nhs.uk
48- CLIENT_CERTIFICATE : imms-int-client
47+ DOMAIN_ENDPOINT : https://${{ parameters.environment }}.imms.dev.vds.platform.nhs.uk
Original file line number Diff line number Diff line change 2020 <SSLInfo >
2121 <Enabled >true</Enabled >
2222 <ClientAuthEnabled >true</ClientAuthEnabled >
23- <KeyStore >ref://{{ CLIENT_CERTIFICATE }} </KeyStore >
23+ <KeyStore >ref://imms-client </KeyStore >
2424 <KeyAlias >cert</KeyAlias >
2525 </SSLInfo >
2626 <Properties >
Original file line number Diff line number Diff line change 3636 <SSLInfo >
3737 <Enabled >true</Enabled >
3838 <ClientAuthEnabled >true</ClientAuthEnabled >
39- <KeyStore >ref://{{ CLIENT_CERTIFICATE }} </KeyStore >
39+ <KeyStore >ref://imms-client </KeyStore >
4040 <KeyAlias >cert</KeyAlias >
4141 </SSLInfo >
4242 <Properties >
You can’t perform that action at this time.
0 commit comments