Tech Document
Sep 25, 2018
How to Install Certificates on FileZilla using OpenSSL
This article will go into detail on how to install certificates on FileZilla using OpenSSL.
- On your FileZilla server, open FileZilla Server Options.
Click Edit > Settings.
- In the FileZilla Server Options window, in the tree on the left side, select SSL/TLS settings.
- On the right side, under SSL/TLS settings, check Enable SSL/TLS support.
- In the Private key file box, enter the location of the key file that you generated when you created the CSR.
For example, C:\Program Files\FileZilla Server\your _domain_name.key
- In the Certificate file box, enter the location of the .pem certificate file that contains the server certificate + intermediate certificate.
For example, C:\Program Files\FileZilla Server\your _domain_name.pem
- When you are finished, click OK.
- Your SSL Certificate is now installed and ready to use.
- First Connection
On the first connection using the FileZilla client, you are presented with the certificate files from the server.
To avoid receiving this prompt on future connections, in the Unknown certificate window, check Always trust certificate in future sessions, and then click OK.