• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Input use LetsEncrypt SSL certificates to secure your Plesk FTP access

peraburek

Basic Pleskian
this could be useful for some of pleskians

Code:
nano /etc/proftpd.conf

remove entries for self-signed certificates and adjust "your-domain.com" to your LetsEncrypt signed domain

Code:
# Plesk FTP SSL certificate
TLSRSACertificateFile /usr/local/psa/var/modules/letsencrypt/etc/live/your-domain.com/cert.pem
TLSRSACertificateKeyFile /usr/local/psa/var/modules/letsencrypt/etc/live/your-domain.com/privkey.pem

# CA the server trusts
TLSCACertificateFile /usr/local/psa/var/modules/letsencrypt/etc/live/your-domain.com/chain.pem

save & exit

Code:
service xinetd restart

https://ftptest.net/

I have tested it with Total Commander and it works, don't forget to add SSL DLLs to Total Commander install folder (watch out which version you need 32 or 64bit) - https://indy.fulgan.com/SSL/
 
Back
Top