|
@@ -216,6 +216,8 @@ tcp_connection_lifetime=3600
|
|
|
#tcp_max_connections=10240 # default is 2048
|
|
|
tcp_connect_timeout=1
|
|
|
|
|
|
+# ------------------- TLS Parameters ----------------------------------------
|
|
|
+
|
|
|
# Enable TLS hooks so that the TLS module can be used
|
|
|
tls_enable=yes
|
|
|
|
|
@@ -486,7 +488,10 @@ modparam("timer", "declare_timer",
|
|
|
"ON_1MIN_TIMER=ON_1MIN_TIMER,60000,slow,enable");
|
|
|
|
|
|
# -- tls --
|
|
|
-#modparam("tls", "config", "tls.cfg");
|
|
|
+
|
|
|
+#modparam("tls", "private_key", "certs/ser.key");
|
|
|
+#modparam("tls", "certificate", "certs/ser.crt");
|
|
|
+#modparam("tls", "ca_list", "certs/ser.ca_list");
|
|
|
|
|
|
# -- db_ops --
|
|
|
|