3
0

fix cert path

This commit is contained in:
Arne Teuke
2025-09-28 14:05:17 +02:00
parent e8a87e80ca
commit d482191146

View File

@@ -97,9 +97,9 @@ max_connections = <%= @pl_max_conn %>
<% if @pl_ssl_enabled == true -%>
ssl = on
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 -%>'
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