summaryrefslogtreecommitdiffstats
path: root/network/pure-ftpd/config
diff options
context:
space:
mode:
author Christophe Trussardi2015-07-22 03:10:45 +0200
committer Willy Sudiarto Raharjo2015-07-22 03:10:45 +0200
commit440b02e8f99fb36bd094568d475df928d064e627 (patch)
treebbc98eb108a7ba1a25755e78bc37018736f3b925 /network/pure-ftpd/config
parent743cc4331b1b066610f6208d6a394d73c707889c (diff)
downloadslackbuilds-440b02e8f99fb36bd094568d475df928d064e627.tar.gz
network/pure-ftpd: Updated for version 1.0.41.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pure-ftpd/config')
-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