Install a SSL certificate on FileZilla FTP Server
Installing a certificate on an OpenSSL-based server is really similar than doing so on Apache: Install an Apache certificate, except that the instructions indicating the path to th files are not the same!
for FTP FileZilla server, via the interface:
FileZilla Server Option -> SSL/TLS settings:
- import the private key (.key file generated along with the CSR) in "Private key file".
- import the certificate and the certification chain in the same file:
1) on your certificate status page, download the "file.cer" file and the certification chain "chain-xxx.txt"
2) concatenate those two files into one
3) import the file in "Certificate file"
About a certificate request generated in a Windows environment
or issued from a PFX / P12 export
- The issued certificate must first be installed on the windows platform: See the instructions here.
- Then export the certificate in a #PKCS12 format (.pfx or .p12): see the instructions here.
- Finally extract the private key to a PEM format See the instructions here.
Last edited on 01/09/2015 13:27:28 --- [search]