OP#501 finalize SSL settings

This commit is contained in:
2026-03-15 16:59:12 +01:00
parent b7036ae8e7
commit 95d2344f7f
3 changed files with 9 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ connection_timeout=<%= @ne_connection_timeout %>
allow_weak_random_seed=<%= @ne_allow_weak_rnd_seed %>
<% if @ne_enable_ssl == true -%>
ssl_version=<%= @ne_ssl_version %>
ssl_cipher_list=<%= @ne_ssl_cipher_list %>
ssl_cacert_file=<%= @ne_ssl_ca_cert_file %>
ssl_cert_file=<%= @ne_ssl_cert_file %>