Make cert paths a variable, SC-2670
This commit is contained in:
parent
fbdd5ed759
commit
73554d6f48
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ spring:
|
|||
private-key: file:${CONNECTOR_DIRECTORY}/credentials/tomcat/tomcat-key.pem
|
||||
sunet-tls-trust:
|
||||
keystore:
|
||||
certificate: file:/etc/ssl/certs/connector-test-sto3-1.komreg.net_infra.crt
|
||||
private-key: file:/etc/ssl/private/connector-test-sto3-1.komreg.net_infra.key
|
||||
certificate: file:/etc/ssl/certs/<%= @server_fqdn %>_infra.crt
|
||||
private-key: file:/etc/ssl/private/<%= @server_fqdn %>_infra.key
|
||||
truststore:
|
||||
certificate: file:/etc/ssl/certs/infra.crt
|
||||
data:
|
||||
|
|
Loading…
Add table
Reference in a new issue