/ Published in: C#
Certmgr is in the Windows 7 SDK
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
certmgr -add "Security.Ceridian.com.cer" -all -v -s -r localMachine My certmgr -add "Thawte_primary_root_ca.cer" -all -v -s -r localMachine Root #This is the Intermediate Store. Note that most documentation gives the wrong name. certmgr -add "thawte extended validation ssl ca.cer" -all -v -s -r localMachine CA