Jump to content

Certificate installation


Recommended Posts

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?

Link to comment
Share on other sites


  • 3 weeks later...

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

Link to comment
Share on other sites

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...