Tacio Posted January 26, 2005 Posted January 26, 2005 in our network i have servers with SSl and have certificate. How can i install this certificate inTtrusted Root Certification Authorities with WPI or just include this certificate in my distributiv winxpsp2?
Astalavista Posted January 26, 2005 Posted January 26, 2005 i think u can do that using the microsoft deploy
Tacio Posted February 13, 2005 Author Posted February 13, 2005 please help, it's very important for me!
Alanoll Posted February 13, 2005 Posted February 13, 2005 ooooh, I did something similar to this just before my harddrive crashed and I lost everything. Let me go browse for a bit and see if something rings the bell
Alanoll Posted February 13, 2005 Posted February 13, 2005 Alright here's the thing...You'll need the attached program, and I'm assuming you've exported your certificate as a .CER, if not....it may or may not work.CertMgr.Exe -add cert.cer -s ROOTReplace cert.cer with your filename. Now comes the problem, as it's being added to the ROOT stored (Trusted Root) it will prompt you to make sure you want to do it.Run("CertMgr.Exe -add cert.cer -s ROOT")WinWaitActive("Security Warning")Send("{TAB} & {ENTER}")That's an autoit script to automate it, however on my system it just went into a loop. All you need to do is to send the keys TAB and ENTER in some manner (VBS, AutoIT) to keep it going.If however, the Intermediate Root Store is acceptable, replace ROOT with CA, you won't get the prompt.CertMgr.Exe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now