Return to Snippet

Revision: 27137
at May 24, 2010 16:44 by rengber


Initial Code
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

Initial URL


Initial Description
Certmgr is in the Windows 7 SDK

Initial Title
Command Line to Add Certificates to Certificate Stores (Including the Intermediate CA Store)

Initial Tags


Initial Language
C#