3
0

fix cert path

This commit is contained in:
Arne Teuke
2025-09-28 13:58:03 +02:00
parent a6427523c6
commit e8a87e80ca

View File

@@ -97,9 +97,9 @@ max_connections = <%= @pl_max_conn %>
<% if @pl_ssl_enabled == true -%>
ssl = on
ssl_ca_file = '<%= @pl_ca_crt -%>'
ssl_cert_file = '<%= @pl_server_crt -%>'
ssl_key_file = '<%= @pl_server_key -%>'
ssl_ca_file = '<%= pl_data_dir %>/<%= @pl_ca_crt -%>'
ssl_cert_file = '<%= pl_data_dir %>/<%= @pl_server_crt -%>'
ssl_key_file = '<%= pl_data_dir %>/<%= @pl_server_key -%>'
<% end -%>
<% if @pl_ssl_enabled != true -%>
ssl = off