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:
|
||||
truststore:
|
||||
certificate: file:/etc/ssl/certs/infra.crt
|
||||
<% if @session_backend == redis -%>
|
||||
<% if @session_backend == 'redis' -%>
|
||||
keystore:
|
||||
certificate: file:/etc/ssl/certs/<%= @server_fqdn %>_infra.crt
|
||||
private-key: file:/etc/ssl/private/<%= @server_fqdn %>_infra.key
|
||||
|
|
Loading…
Add table
Reference in a new issue