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?

link|improve this question

53% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You might install OpenSSL, which comes with command line tools that you can run with from a script.

Here's a Windows build of OpenSSL: http://www.slproweb.com/products/Win32OpenSSL.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.