Forum Discussion
A couple of issues after Migrating to Exchange 2019
Andres-Bohren
I didn't intend to transfer the certificate from the old server to the new one. I intended to rekey and replace it. I just don't know what the full process is and can't not find anything to tell me.
Hi tesla1886
If you have a new Certificate with the current Private Key
https://www.entrust.com/de/knowledgebase/ssl/what-are-the-steps-to-recover-the-private-key-of-an-ssl-certificate-in-an-iis-environment
Import Certificate into Certificate Store
certutil –repairstore my <serial number>
If you have a new private Key then you made a new CSR?
You should see a pending Request in "Certificate Enrollment Request" of your Cert Store
https://blog.icewolf.ch/archive/2014/09/24/create-san-csr-with-certutil/
#Install the certificate with certutil
certreq -accept -machine C:\Install\test.cer
Regards
Andres