/build/static/layout/Breadcrumb_cap_w.png

certificate install

Hi

We have a couple of security certificates that need adding to a lot of
clients and we are contemplating many ways to do this. They are to be
imported into the:

Trusted Root Certification Authorities\Local Computer

and I'm wondering is there a silent batch file that can be tun to accomplish
what i want? i.e. something that could be put into the startup of some
clients?

Thank you for your time


0 Comments   [ + ] Show comments

Answers (2)

Posted by: SMal.tmcc 11 years ago
Red Belt
4

Comments:
  • thanks smal.tmcc problem with certmgr.exe i cant find it on windows 7 amd this certificate has to be install on the machine - brighstarcuit 11 years ago
  • i was able to create a batch file using certutil

    @echo off
    certutil -f -addstore “TrustedPublisher†C:\CRIFTEST.cer
    exit

    now if i remove the location of the cert file from the bach file zip the batch file with the cert file will i be able to run this batch through kace - brighstarcuit 11 years ago
  • use certutil.exe then, certmgr.msc is used in windows 7 or you can download the exe with the win7 sdk
    http://technet.microsoft.com/en-us/library/cc732443(v=ws.10).aspx - SMal.tmcc 11 years ago
  • run a kscript and upload it as a dependancy and call it like this
    certutil -f -addstore "TrustedPublisher" $(KACE_DEPENDENCY_DIR)\criftest.cer - SMal.tmcc 11 years ago
    • this didn't work for me, followed exact. What am I doing wrong. Only thing I changed was "trustedPublisher" to "Root". Tried it locally and it worked...im lost - mazostyle 8 years ago
Posted by: SMal.tmcc 11 years ago
Red Belt
3

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ