3
0

OP#228 add tls file control

This commit is contained in:
12ww1160
2025-12-08 14:32:52 +01:00
parent 58e12e6714
commit 60d9d4b237
6 changed files with 54 additions and 3 deletions

View File

@@ -108,9 +108,9 @@ shared_preload_libraries = '<%= @reqpackages_extensions %>'
<% 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 %>ca.crt'
ssl_cert_file = '<%= @pl_data_dir %>server.crt'
ssl_key_file = '<%= @pl_data_dir %>server.key'
<% end -%>
<% if @pl_ssl_enabled != true -%>
ssl = off