Dariush Debian Diary
Diariusz Dariusza
, 24, 2003
Running proftpd with tlsUnder woody:
$ openssl req -new -x509 -days 365 -nodes -out ftpd-rsa.pem -keyout ftpd-rsa-key.pemWith sid/sarge you also need those in proftpd.conf:
#TLSCACertificateFile /etc/proftpd/ftpd-rsa.pem TLSRSACertificateFile /etc/proftpd/ftpd-rsa.pem TLSRSACertificateKeyFile /etc/proftpd/ftpd-rsa-key.pem TLSLog /var/log/proftpd/tls.log TLSRequired on TLSEngine on
Last modified on
Copyright ©1995-2004 Dariush Pietrzak. All content on this website, unless otherwise noted, is licensed under a Creative Commons License.
Using desktop theme, version 0.5. Check the Blosxom site for the latest copy.