Move or Copy SSL Certificate from One Windows Server to Another
Now you can easily move or Copy SSL Certificate from One Windows Server to Another Windows Server
Basically, the entire process can be divided into three crucial steps (assuming that you have SSL installed on your original server). These steps are:
- Exporting the Certificate
- Importing the Certificate
- Assigning the SSL Certificate
Before getting on with the process, make sure that you have the .pfx file and private key. You won’t be able to move the certificate without these two.
Note: Click here if you have forgotten how to install an SSL certificate on Windows server.
Follow the below-mentioned steps to move or copy SSL certificate from one Windows server to another.
95%OFF
Comodo Positive SSL
78%OFF
RapidSSL Certificate
95%OFF
Comodo PositiveSSL Multi-Domain
Exporting the certificate from Windows MMC console
- Open Run from the Start Menu.
- Type mmc and press OK
- Click on Finish and press OK.
- Now go back to the Console and expand Certificates (Local Computer) >> Personal >> Certificates. You should now see the certificate you want to move.
- Hit the Okay button if it’s there.
- Now, right-click on the certificate and go to All Tasks >> Export…
Importing the certificate to new Windows server
- First, you must copy the .pfx file to a suitable location on the new machine.
- Open Run from the Start Menu.
- Type mmc and press OK.
- Click on Finish and press OK.
- Now go back to the Console and expand Certificates (Local Computer) >> Personal >> Certificates.
- Now browse or enter the proper path of the certificate file and press Next.
- Click the Browse button to select the .pfx file you copied. If it doesn’t appear, change the file type from “X.509…” to “Personal Information Exchange (*.pfx, *.p12)”.
Assigning the Certificate
Once you have finished importing the SSL certificate on your new Windows server, you now need to assign it on you’re the new server.
Here’s how to do it:
- Open IIS manager from the Start
- Right-click the website on which you want to deploy certificate. Click Properties.
- Now Assign an existing certificate and press Next.
- Select the new certificate you just imported and hit Next.
- Restart the IIS.
Now your mission to move or copy SSL certificate from one Windows server to another is done and dusted.
Well done!