]> git.pld-linux.org Git - packages/proftpd.git/blobdiff - proftpd-mod_tls.conf
- no more separated libtinfo(w)
[packages/proftpd.git] / proftpd-mod_tls.conf
index c70c5640ac345ad8c65e5b20955bc61aab881e78..f5103cff144e4091f6d3ff3a5627fb061d1e524a 100644 (file)
@@ -1,6 +1,9 @@
 # $Id$
 LoadModule     mod_tls.c
 
+# TLSEngine must be enabled for TLS options to have effect.
+#TLSEngine on
+
 # These are the TLS related options, default values
 #TLSRSACertificateFile         /etc/ftpd/ftpd-rsa.pem
 #TLSRSACertificateKeyFile      /etc/ftpd/ftpd-rsa-key.pem
@@ -15,3 +18,5 @@ LoadModule    mod_tls.c
 
 # don't verify any peer certificates
 #TLSVerifyClient                       off
+
+#TLSRequired off
This page took 0.066421 seconds and 4 git commands to generate.