Import a bunch of certificates into the correct certificate store using a script
- by Jesse Weigert
I have a collection of certificates in a p7b file, and I would like to automatically import each certificate into the correct store depending on the certificate template. What is the best way to do this with a script?
I tried using certutil -addstore root Certificate.p7b, and that will correctly place all of the root CAs into the root store,…