Try another syntax in erb file, SC-2670
This commit is contained in:
parent
57a46b79ce
commit
061bcc9d02
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ spring:
|
||||||
sunet-tls-trust:
|
sunet-tls-trust:
|
||||||
truststore:
|
truststore:
|
||||||
certificate: file:/etc/ssl/certs/infra.crt
|
certificate: file:/etc/ssl/certs/infra.crt
|
||||||
<% if @session_backend == redis -%>
|
<% if @session_backend == 'redis' -%>
|
||||||
keystore:
|
keystore:
|
||||||
certificate: file:/etc/ssl/certs/<%= @server_fqdn %>_infra.crt
|
certificate: file:/etc/ssl/certs/<%= @server_fqdn %>_infra.crt
|
||||||
private-key: file:/etc/ssl/private/<%= @server_fqdn %>_infra.key
|
private-key: file:/etc/ssl/private/<%= @server_fqdn %>_infra.key
|
||||||
|
|
Loading…
Add table
Reference in a new issue