Automating User Certificates
I know if my client OS was Windows XP or better I could just use Active Directory. I would like to know how you deploy user certificates without the AD luxury.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
kkaminsk
20 years ago
Ok, I found a solution and well I'll post it here. Certmgr.exe will do the job but I had a really hard time finding decent documentation for the importing of certificates. So I will share what little I know about it.
certmgr -add -all certificate.cer -s -r currentUser TrustedPublisher
This will get a software vendor's certificate into the Trusted Publisher store to ensure that users are not given prompts to trust software from the vendor that uses the certificate. However on Windows 2000 I had to use trust instead of TrustedPublisher, localMachine instead of currentUser and capture some extra registry entries to get Internet Explorer 5.5 to use the Java aplet without user intervention. Also note that IE 5.5 uses a different version of certmgr than XP or IE6 for that matter. So here are some incomplete thoughts that might be helpful to someone.
certmgr -add -all certificate.cer -s -r currentUser TrustedPublisher
This will get a software vendor's certificate into the Trusted Publisher store to ensure that users are not given prompts to trust software from the vendor that uses the certificate. However on Windows 2000 I had to use trust instead of TrustedPublisher, localMachine instead of currentUser and capture some extra registry entries to get Internet Explorer 5.5 to use the Java aplet without user intervention. Also note that IE 5.5 uses a different version of certmgr than XP or IE6 for that matter. So here are some incomplete thoughts that might be helpful to someone.
Posted by:
kkaminsk
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.