SSL Certificate Deployment on client machines
Hi,
We need to install ssl certificates on our client machines specially in the remote offices.
Is there any way we can do this through kbox. This is a secure password protected ssl certificate.
Merrymax
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
ms01ak
12 years ago
I think you want to run certutil command for the pcs. I haven't done this in kace but I know it works at the desktop.http://support.microsoft.com/kb/295663
see method 2 in the kb for the command example
Posted by:
Aaron Cool
12 years ago
Read up before you implement SSL - http://www.kace.com/support/resources/kb/article/How-do-I-configure-my-KACE-K1000-appliance
Comments:
-
Aaron,
I am not talking about enable SSL on kbox or using kbox as https.
One of our client has ssl site with signed certificate . We need to install this ssl certificate on our user machines so that we can browse our customer website.
Thanks. - merrymax 12 years ago
Posted by:
er.hsingh
12 years ago
You can run the following command
-add -c "\\path\xyz.cer" -s TrustedPublisher -r localMachine
Comments: