3
0
This commit is contained in:
Arne Teuke
2025-09-28 15:01:53 +02:00
parent 3fb019e059
commit 95347b22bf

View File

@@ -96,7 +96,7 @@ max_connections = <%= @pl_max_conn %>
# - SSL - # - SSL -
<% if @pl_ssl_enabled == true -%> <% if @pl_ssl_enabled == true -%>
ssl = on ssl = on
ssl_ca_file = '<%= @pl_data_dir %><%= @pl_ca_crt -%>' ssl_ca_file = '<%= @pl_data_dir %><%= @pl_ca_crt -%>'
ssl_cert_file = '<%= @pl_data_dir %><%= @pl_server_crt -%>' ssl_cert_file = '<%= @pl_data_dir %><%= @pl_server_crt -%>'
ssl_key_file = '<%= @pl_data_dir %><%= @pl_server_key -%>' ssl_key_file = '<%= @pl_data_dir %><%= @pl_server_key -%>'