A non interactive alternative to makecert.
- by mark
Dear ladies and sirs.
I have a need to create a self signed certificate non interactively. Unfortunately, the only tool that I know of (makecert) is interactive - it uses GUI to ask for a password.
My OS is Windows (from XP to 2008).
The only thing close that I managed to find is http://www.codeproject.com/Tips/125982/How-to-run-Makecert-without-password-window.aspx, however, it is still not good.
Any ideas?