We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Open the config file /etc/proftpd.conf and edit these lines:
/etc/proftpd.conf
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.
example.org
Restart the service: /etc/init.d/xinetd restart
/etc/init.d/xinetd restart