I just had a server die on me and I wasn't able to export the SSL certificate to the new server. Can I install the .pfx file from the original webserver to the new one or do I need to generate a new certificate?
feedback
|
migrated from stackoverflow.com May 17 '11 at 20:54
This question came from our site for professional and enthusiast programmers.
|
You can just import the original SSL to the new server without any fussing around generating new CSR's or touching the certificate store directly. Use the "Import a certificate from a .pfx file" option in the IIS Certificate Wizard (if you're using IIS6):
If this is IIS7 you need to import the SSL using the Server Certificates feature in IIS Manager (which exists at the server level branch of the tree):
To assign the certificate to a site you need to edit the site's bindings and choose the certificate from the list available:
| |||
|
feedback
|
|
Copy the certificate from the original server to your new server:
| |||
|
feedback
|


