Avatar of jwill80
jwill80
Flag for United States of America asked on

Certificate import- windows 7

Hello
Installing certificates to the CA and the local personal computer store on Windows 7 clients. Using Certutil I'm able to the get the certs imported on the client using:

CERTUTIL -f -p "password" -importpfx" %LOGONSERVER%\netlogon\certificates\machine_cert.p12"

CERTUTIL -addstore -enterprise -f -v root "%LOGONSERVER%\netlogon\certificates\RootCA .pem"

However, the machine cert is getting imported into the Intermediate Certificate Authorities as well as the personal computer store. Is this due to the syntax I'm using above or just normal behavior? The machine cert only needs to be imported into the personal computer store so if possible don't want to import the cert where its not needed.
Thanks for the help
Windows 7Microsoft ApplicationsVPN

Avatar of undefined
Last Comment
jwill80

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
footech

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jwill80

ASKER
Since having the cert imported into the intermediate store isn't causing any issues will let CertUtil import it.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy