Page 1 of 1

SSL Certificate

Posted: Fri Jan 15, 2010 5:11 pm
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!

Re: SSL Certificate

Posted: Fri Jan 15, 2010 5:25 pm
by FTP

Re: SSL Certificate

Posted: Fri Jan 15, 2010 6:24 pm
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.

Re: SSL Certificate

Posted: Sun Jan 17, 2010 3:12 pm
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-----