E
E
EVOSandru62015-06-03 13:21:18
OpenSSL
EVOSandru6, 2015-06-03 13:21:18

What is the bug in Windows openSSl?

Hello,
There was a need to work with openssl on windows, I did everything like here: www.drupal.ru/node/40801#comment-644063
Downloaded, installed, launched,
Here is the problem with this item:
5. Create a certificate containing a public key: openssl > req -new -x509 -key privateRSA.pem -out cert.pem (although the certificate will contain the public key, we specify the private key in the -key parameter, otherwise OpenSSL will throw an error);
OpenSSL> req -new -x509 -key C:\OpenSSL-Win32\bin\test\privateRSA.pem -out C:\Op
enSSL-Win32\bin\test\cert.pem

I get this error:
Unable to load config info from C:\OpenSSL-Win64\bin\openssl.cfg
error in req

The fact is that I removed the 64 - bit version and installed32 - bit, how to be now?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Rytikov, 2015-06-03
@chlp

M.b. just rewrite the environment variable:

Set OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question