I'm trying to run ssl on wamp 64 . I've downloaded and installed Openssl "Win64 OpenSSL v1.0.2g
" from the site : http://slproweb.com/products/Win32OpenSSL.html .
When I try to generate the private key (openssl genrsa -aes256 -out private.key 2048
) from the cmd I get this error :
the ordinal 372 could not be located in the dynamic link library C:\wamp64\bin\apache\apache2.4.17\bin\openssl.exe.
any help ?