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


/ Published in: C#
Save to your folder(s)

Certmgr is in the Windows 7 SDK


Copy this code and paste it in your HTML
  1. certmgr -add "Security.Ceridian.com.cer" -all -v -s -r localMachine My
  2.  
  3. certmgr -add "Thawte_primary_root_ca.cer" -all -v -s -r localMachine Root
  4.  
  5. #This is the Intermediate Store. Note that most documentation gives the wrong name.
  6. certmgr -add "thawte extended validation ssl ca.cer" -all -v -s -r localMachine CA

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.