Finding a good command-line reference for “certutil”
Posted: (EET/GMT+2)
When working with code signing and web application development, you will often run into (SSL) certificates. Windows has a nice, often-forgotten utility to manage certificates on the command-line called "certutil".
While you can run "certutil /?" to learn about the available commands, I find it often easier to see a complete listing on front of me, to get a quick overview of all available functions.
For this purpose, there's a nice reference page for CertUtil on Technet, available here.
Hope this helps!