Try another syntax in erb file, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-05 13:19:18 +01:00
parent 57a46b79ce
commit 061bcc9d02
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -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