Discuss Install SSL Certificate on Windows (silent mode) in the Windows Help forum on Dev Shed. Install SSL Certificate on Windows (silent mode) Windows Help forum discussing tips, tricks, configurations, and more. Microsoft Windows is one of the most popular operating systems due to its ease of use.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 11
Install SSL Certificate on Windows (silent mode)
Hi
I've got to install a number of SSL certificates on local machines and i wanted to install them silently, the following command is the only way i've found to so far.
Posts: 11
Time spent in forums: < 1 sec
Reputation Power: 0
I've had the same problem.
Try to use program, which is called certmgr, it comes from Microsoft site's and there's a documentation for it. By the way I think it's not so ideal (just like Microsoft :-) ), but helpfull because it dosen't show so many comunicates.
You can put certificate in CA strore by giving command certmgr /add certificate.cer /s CA
If you want push in another store use root or my etc.
If you push an CRL add an option /CRL
If you want delete certificates use command certmgr /del /all /s CA - but be carefull it removes ALL certs. If you want save some read in documentation, but it has some problems with it and don't work perfectly (better using Windoza Expoting).
But one problem of it - I don't know how to automatize auto-choose system store :-(
And there's only one communicate, when you try to adding cert's to root store.
Last edited by rojek : September 8th, 2003 at 05:12 AM.