summaryrefslogtreecommitdiffstats
path: root/network/pure-ftpd/config/pure-ftpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'network/pure-ftpd/config/pure-ftpd.conf')
-rw-r--r--network/pure-ftpd/config/pure-ftpd.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/network/pure-ftpd/config/pure-ftpd.conf b/network/pure-ftpd/config/pure-ftpd.conf
index 7f77064b5a..219a9b823c 100644
--- a/network/pure-ftpd/config/pure-ftpd.conf
+++ b/network/pure-ftpd/config/pure-ftpd.conf
@@ -423,10 +423,20 @@ CustomerProof yes
# TLS 1
-# List of ciphers that will be accepted for SSL/TLS connections
-# Prefix with -S: in order to totally disable SSL but not TLS.
+# OpenSSL ciphers suite for TLS sessions.
+# Prefix with -C: in order to require valid client certificates.
+# If -C: is used, make sure that clients' public keys are installed
+# on the server.
+# SSL is disabled by default. TLS 1.0, 1.1 and 1.2 are availale by
+# default.
-# TLSCipherSuite HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3
+# TLSCipherSuite HIGH
+
+
+
+# Certificate file, for TLS
+
+# CertFile /etc/ssl/private/pure-ftpd.pem