I am installing SSL on my localhost. When I try to run
openssl genrsa -aes256 -out private.key 2048
command in cmd, I got an error warning.
The ordinal 372 could not be located in the dynamic link library
D:\wamp64\bin\apache2.4.23\bin\openssl.exe.
I have installed Win64 OpenSSL v1.1.0b from here
What should I do to get rid of this issue?