Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So I am new to using SSL certs on websites and have some questions..

  1. If I get a SSL cert I can use it on my main production web box and a clone failover box correct, I don't need to get two different PFX keys or pay for two?

  2. I have two sites like this in IIS7.

    a. www.kylesite.com b. account.kylesite.com

They both need https but when I assign the SSL ceftificate in the http binding of the site it gives me this and I don't know what to make of it or if I can use this same cert for my main site and subdomain site..

enter image description here

share|improve this question

1 Answer

up vote 0 down vote accepted

1) Yes you can export to PFX (include the private key), and import into a new box.

2) You need a unique IP:PORT combo in order to bind IIS to an SSL certificate.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.