dotnetKyle / DoD-PKI-OpenSSL

Small set of files and instruction neccessary for creating a DoD-style mock PKI system with Root CA, Intermediate CAs, & Server and Client certificates
MIT License
1 stars 0 forks source link

Trust Root CA #47

Open dotnetKyle opened 6 years ago

dotnetKyle commented 6 years ago

Write a new method for trusting the CA (the easy way)

dotnetKyle commented 6 years ago

certutil -enterprise -f -v -AddStore Root rootca.cer

dotnetKyle commented 6 years ago

or certmgr.exe -add -c "<cert-file>" -s -r localMachine root