Comments on: Secure ProFTPD Connections Using TLS/SSL Protocol on RHEL/CentOS 7 https://www.tecmint.com/enable-ssl-on-proftpd-in-centos/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sun, 26 Apr 2020 09:46:35 +0000 hourly 1 By: Shereef https://www.tecmint.com/enable-ssl-on-proftpd-in-centos/comment-page-1/#comment-1330017 Sun, 26 Apr 2020 09:46:35 +0000 http://www.tecmint.com/?p=8769#comment-1330017 Thank you, sir, you are a lifesaver!

P.S.: This is what I tried:

# openssl req -x509 -newkey rsa:2048 \
          -keyout /etc/ssl/private/proftpd.key -out /etc/ssl/certs/proftpd.crt \
          -nodes -days 365\
# chmod 0600 /etc/ssl/private/proftpd.key
# chmod 0640 /etc/ssl/certs/proftpd.crt
# chmod +x /usr/sbin/proftpd-gencert
# mkdir -p /etc/ssl/private
# cd /etc/ssl/private
# proftpd-gencert
]]>
By: helwie ahmad https://www.tecmint.com/enable-ssl-on-proftpd-in-centos/comment-page-1/#comment-1052937 Fri, 26 Oct 2018 14:54:03 +0000 http://www.tecmint.com/?p=8769#comment-1052937 Why after install proftpd i not found folder enable_mod and disable_mod and link for tutorial with title enabling anonymous redirect to link install proftpd? is still work? thanks

]]>
By: Ali https://www.tecmint.com/enable-ssl-on-proftpd-in-centos/comment-page-1/#comment-648278 Fri, 21 Aug 2015 16:30:21 +0000 http://www.tecmint.com/?p=8769#comment-648278 Use this guidelines but unable to connect outside my home modem. LAN connection is fine. Have any idea what port needed to forward. iptables is disabled and SE linux as well. Please advise.

]]>
By: Carlos https://www.tecmint.com/enable-ssl-on-proftpd-in-centos/comment-page-1/#comment-291754 Tue, 23 Sep 2014 11:42:36 +0000 http://www.tecmint.com/?p=8769#comment-291754 It works like a charm :)

]]>