Change from tomcat cert to infra-cert on test connectors, SC-2670
This commit is contained in:
parent
af692a99bb
commit
2a93a11312
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ spring:
|
|||
pem:
|
||||
connector-web-server:
|
||||
keystore:
|
||||
certificate: file:${CONNECTOR_DIRECTORY}/credentials/tomcat/tomcat-cert.pem
|
||||
private-key: file:${CONNECTOR_DIRECTORY}/credentials/tomcat/tomcat-key.pem
|
||||
certificate: file:/etc/ssl/certs/<%= @server_fqdn %>_infra.crt
|
||||
private-key: file:/etc/ssl/private/<%= @server_fqdn %>_infra.key
|
||||
sunet-tls-trust:
|
||||
truststore:
|
||||
certificate: file:/etc/ssl/certs/infra.crt
|
||||
|
|
Loading…
Add table
Reference in a new issue