SSL Certificate

Please post here if you have problems in using Wing FTP Server.
Post Reply
mailroom
Posts: 4
Joined: Fri Jan 15, 2010 5:02 pm

SSL Certificate

Post by mailroom »

Hello,

We are in the process of evaluating and purchasing. The problem we are having is in the ssl side. We have a certificate from go daddy that has multiple domains on it. How can I add this to Wing? When I try I get an invalid certificate error. We are using Wing 3.3.0. Thanks!
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: SSL Certificate

Post by FTP »

mailroom
Posts: 4
Joined: Fri Jan 15, 2010 5:02 pm

Re: SSL Certificate

Post by mailroom »

Thanks for the info; however, I have already looked at that. I don't need a request. I need to be able to assign the private key that I have for my certificate. This certificate handles multiple subdomains on it.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: SSL Certificate

Post by FTP »

Hi,
To correctly config the ssl for Wingftp, you must have the private key file, the certificate file and the password(set when you created the private file; if you have not set any password, just leave the blank).
You can open the private key file with notepad. It maybe like this:
-----BEGIN RSA PRIVATE KEY-----
.............The key content............
-----END RSA PRIVATE KEY-----

The crt file maybe look like:
-----BEGIN CERTIFICATE-----
.............The certificate content............
-----END CERTIFICATE-----
Post Reply