Skip to content

Instantly share code, notes, and snippets.

@derekmurawsky
Created December 9, 2013 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekmurawsky/7873501 to your computer and use it in GitHub Desktop.
Save derekmurawsky/7873501 to your computer and use it in GitHub Desktop.
When you renew a certificate through the GoDaddy control panel, you will need to manually assign the private key to the certificate after import. This is the command to do so. From: http://support.microsoft.com/kb/889651
certutil -repairstore my "SerialNumber"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment