When attempting to connect to my server using ftpes in Filezilla, it complains that the certificate expired. I regenerated the server certificate and also the pure-ftpd certificate as follows: Code: openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem chmod 600 /etc/ssl/private/pure-ftpd.pem /etc/init.d/pure-ftpd restart I also deleted the trustedcerts.xml file from .filezilla It still complains about the certificate being expired. Any ideas?