]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- TLS examples
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 6 Feb 2001 14:25:24 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.conf -> 1.4

proftpd.conf

index da874f666955826208c7d1fd45db352ed17e6117..8bfb7414ef041479613dccdc054eeabba9c68237 100644 (file)
@@ -12,6 +12,21 @@ DefaultServer                        on
 UseTCPD                                off
 TCPDServiceName                        ftp
 
+# If you want .message files to work with browsers, you probably
+# want to uncomment the next line
+#MultilineRFC2228              on
+
+# These are the TLS related options, default values
+#TlsRsaCertFile                        ftpd-rsa.pem
+#TlsRsaKeyFile                 ftpd-rsa-key.pem
+#TlsDsaCertFile                        ftpd-dsa.pem
+#TlsDsaKeyFile                 ftpd-dsa-key.pem
+#TlsCrlFile                    ftpd-crl.pem
+#TlsDhParamFile                        ftpd-dhparam.pem
+#TlsCipherList                 ALL:!EXP
+# don't verify any peer certificates
+#TlsCertsOk                    off
+
 # Port 21 is the standard FTP port.
 Port                           21
 # Umask 022 is a good standard umask to prevent new dirs and files
This page took 0.087694 seconds and 4 git commands to generate.