CaCert.Org
I created a script in the K1000 that will add the CaCert.Org root authority for IE.
The script works fine, but I would like to find a way to test for this before running. No need to run on machines that are already setup.
You will need the CertMgr.exe file. You can download from Microsoft, but I have attached to here, just make sure you remove the .wse extension first. You will also need the two .cer files from http://www.cacert.org/index.php?id=3.
After adding the files to your script, run the following commands:
If anyone knows of a way to test for this, it would be a great help.
Thanks, Eddie
The script works fine, but I would like to find a way to test for this before running. No need to run on machines that are already setup.
You will need the CertMgr.exe file. You can download from Microsoft, but I have attached to here, just make sure you remove the .wse extension first. You will also need the two .cer files from http://www.cacert.org/index.php?id=3.
After adding the files to your script, run the following commands:
certmgr.exe -add -c "root.cer" -s -r localMachine root
certmgr.exe -add -c "class3.cer" -s -r localMachine root
If anyone knows of a way to test for this, it would be a great help.
Thanks, Eddie
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.