Jump to content

Recommended Posts

Posted

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?


  • 3 weeks later...
Posted

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 :)

Posted

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 ROOT

Replace 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...