You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. From a console. I would run this command:
$> openssl req -new -key server.key -out server.csr
What is the expected output? What do you see instead?
Should be: Enter pass phrase for server.key:
What it does: Unable to load config info from c:openssl/ssl/openssl.cnf
What version of the product are you using? On what operating system?
openssl-0.9.8k_X64 on Windows 8
Please provide any additional information below.
I solved the issue temporarily by copying openssl.cnf into the /bin folder
where openssl.exe is. Then, when calling the command I appended as such:
-config openssl.cnf
Example:
$> openssl req -new -key server.key -out server.csr -config openssl.cnf
Original issue reported on code.google.com by [email protected] on 21 Aug 2013 at 10:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Aug 2013 at 10:53The text was updated successfully, but these errors were encountered: