Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to recover the private key for a certificate

Certificates

How to recover the private key for a certificate

by  computerhighguy  Posted    (Edited  )
It sometimes happens.
You lose the private key associated with a certificate.
Just about everything in OCS requires a private key associated with the certificate.

Here is how you get it back should it go missing.

How to recover the private key for a certificate

1) Double click the certificate and click on the details tab
2) Scroll down to Thumbprint and copy theThumb Printr in the data portion to the clipboard
3) Open a command prompt and type the following (including the double qoutes on both ends of the Thumb Print)

certutil.exe -repairstore my "[Thumb Print]"

You will then receive the following output:

CertUtil: -repairstore command completed successfully.



If this fails, repeat the steps but use the Serial Number of the certificate instead.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top