SSL Certificates

From ZENWorks Wiki

Jump to: navigation, search

Adding the ROOT certificate to the System Store

Root certificates can be manually managed and added to the system store so that other client certificates will properly be accepted.

Windows

To add a root certificate to the local store in the Local Machine registry so that any user or windows service can utilize the certificate, use the following command.

Linux:> "certmgr.exe -add c:\install\zcm.cer -s -r localMachine root"

To add a client certificate to the Local Machine in the registry, use the following command.

Image:sticky.gif Note: I haven't tested this command yet

Linux:> certmgr /add newCert.cer /n myCert /s localMachine


Additional links and Information

Personal tools