I need to generate a CSR, but OpenSSL always crashes. What am I doing wrong?
c:\GnuWin32\bin>openssl genrsa -out switchvox.key 2048 c:\GnuWin32\bin>openssl req -new -key switchvox.key -out switchvox.csr -config ..\share\openssl.cnf OpenSSL prompts me for the city, state, etc. I fill everything in, it runs for a few seconds, then crashes, every time. Is there some other way to do this? Thanks!