Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Secure FTP Server

claytonrcarter edited this page Dec 1, 2016 · 1 revision

ProFTPd

Open the config file /etc/proftpd.conf and edit these lines:

TLSRSACertificateFile /usr/local/psa/admin/conf/httpsd.pem
TLSRSACertificateKeyFile /usr/local/psa/admin/conf/httpsd.pem

To look like this:

TLSRSACertificateFile /usr/local/psa/var/modules/letsencrypt/etc/live/example.org/fullchain.pem
TLSRSACertificateKeyFile /usr/local/psa/var/modules/letsencrypt/etc/live/example.org/privkey.pem

Where example.org should be replaced with your domain name.

Restart the service: /etc/init.d/xinetd restart

Clone this wiki locally