A recent development has occurred where a client has requested to move their website from the current hosting server to our in house servers. This website has an SSL associated with it. Can an SSL be migrated, or copied over to a different server to avoid purchasing a new SSL for the website?

link|improve this question

What version of IIS is it? – vcsjones Aug 9 '11 at 22:50
IIS 7 and I may have another case for IIS 6 – GMitch Aug 9 '11 at 22:51
Yes, you can export an SSL key from IIS and import it into another server. – user88597 Aug 9 '11 at 22:55
Do you know of any sites that can "coach" me through that? – GMitch Aug 9 '11 at 23:08
feedback

1 Answer

I don't do this all that often so I don't remember if the cert has to be marked as exportable for this to work, but you've got nothing to lose by trying it:

http://www.digicert.com/ssl-support/pfx-import-export-iis-7.htm

link|improve this answer
Yes. The certificate has to be marked as exportable. – Jason Berg Aug 9 '11 at 23:20
Thanks for the assist, Jason. – joeqwerty Aug 9 '11 at 23:23
When do you mark the certificate as exportable? Is this before installing it? – GMitch Aug 9 '11 at 23:25
@GMitch Yes, IIS ask for it when installing/importing. – LazyOne Aug 9 '11 at 23:34
@GMitch - You mark it as exportable when you're generating the certificate or when you're importing the certificate. What it's really doing is just marking the private key portion of the cert as exportable. – Jason Berg Aug 9 '11 at 23:38
feedback

Your Answer

 
or
required, but never shown

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