Thank you Ben,
I just wanted to enable a secure FTP connection, no matter which method would be used...
So it seems that setting up pureftpd with TLS is quite simple.
If anyone interested:
First I created a self-signed certificate in /etc/ssl/private
Code:
openssl req -x509 -nodes -newkey rsa:1024 -keyout \
/etc/ssl/private/pure-ftpd.pem \
-out /etc/ssl/private/pure-ftpd.pem
Code:
chmod 600 /etc/ssl/private/*.pem
then created a config file in /etc/pure-ftpd/conf/
named "TLS" with a value: 1, to enable tls at the boot.
Recent comments
1 day 8 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 14 hours ago
2 days 21 hours ago
2 days 22 hours ago
2 days 23 hours ago