Purchasing an SSL Certificate for FileZilla Server

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
javelinco
503 Bad sequence of commands
Posts: 20
Joined: 2008-07-09 19:23
First name: Mark
Last name: Munson

Purchasing an SSL Certificate for FileZilla Server

#1 Post by javelinco » 2008-12-05 00:16

I am considering picking up a wildcard SSL certificate for my website and hopefully for using SFTP with FileZilla Server (implicit TLS/SSL). I want to make sure that:

(a) that would work (aka - FileZilla FTP Server can take the certificate generated by a certificate authority like Thawte, Network Solutions, etc. and use it to create a secure connection with implicit TLS/SSL);
(b) see if there are any instructions I should follow to get it working - do I just specificy the cert file in the interface? Do I need to edit the cert file to include more or less data? Etc.; and finally:
(c) if anyone had any generic advice on the subject - problems, reports of how easy it is to do, that kind of thing.

I appreciate any and all feedback.

Thank you.

User avatar
botg
Site Admin
Posts: 35538
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Purchasing an SSL Certificate for FileZilla Server

#2 Post by botg » 2008-12-05 09:17

As long as the certificate is in PEM format and contains the certificate chain, it should work.

redleg
226 Transfer OK
Posts: 267
Joined: 2008-11-24 17:23

Re: Purchasing an SSL Certificate for FileZilla Server

#3 Post by redleg » 2008-12-07 08:33

why not roll your own, using FZserver built in certificate generator? If that one don't do it for you then there are tons of options other than paying for SSL/TLS certificates and unless you really *require* a common, pre-known/trusted root type of CA in the chain then I would recommend shopping around (for free and easy stuff) first. XCA is a little old- but damn good and easy- https://sourceforge.net/projects/xca the homepage is basically the user manual (same as the program help when installed) http://xca.sourceforge.net there's also a nice addon for FireFox called Key Manager works pretty dang good https://addons.mozilla.org/en-US/firefox/addon/4471 (scroll down to find links to ALR-2006-044.pdf ALR-2007-023.pdf, couple good pubs for KM).... or get into OpenSSL docs and generate your own from scratch.

Sorry if I missed the mark on this and you actually do require a trusted root CA signed cert, ouch.. Have a good one!

javelinco
503 Bad sequence of commands
Posts: 20
Joined: 2008-07-09 19:23
First name: Mark
Last name: Munson

Re: Purchasing an SSL Certificate for FileZilla Server

#4 Post by javelinco » 2008-12-07 16:29

Thanks redleg - I'll take a look.

Thank you - both of you.

javelinco
503 Bad sequence of commands
Posts: 20
Joined: 2008-07-09 19:23
First name: Mark
Last name: Munson

Re: Purchasing an SSL Certificate for FileZilla Server

#5 Post by javelinco » 2008-12-16 15:47

I purchased a wildcard SSL certificate, and one of the formats is PEM. When I look at the contents of the file, it's got three sections of "BEGIN CERTIFICATE" and "END CERTIFICATE". When I try to designate it as the certificate to use, FileZilla server tells me "Could not load key file."

Can you help me figure this out?

User avatar
botg
Site Admin
Posts: 35538
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Purchasing an SSL Certificate for FileZilla Server

#6 Post by botg » 2008-12-16 16:37

In order to sign anything with your certificate (i.e. the certificate exchange during the SSL handshake), you need the certificate's private key.

You did create a private key prior to generating your CSR and submitting the CSR to the CA. Make sure to convert the key into PEM format if it isn't already. (I think it's enclosed in BEGIN/END PRIVATE KEY or something similar)

Post Reply