Hello,
I am trying to generate a csr and a private key using openssl that comes with WAMP . I need to run the following command
req -new -newkey rsa:2048 -nodes -keyout myserver.key -out server.csr
The problem I am having is that openssl gives me the following error
Can't open C:\Apache24\conf/openssl.cnf for reading, No such file or directory
How do I fix this? Thanks
I should say that my WAMP is installed in the D:\ drive instead of the C:\ drive.
WAMP version: 3.24
Apache 2.4.46
Windows server 2019
I am trying to generate a csr and a private key using openssl that comes with WAMP . I need to run the following command
req -new -newkey rsa:2048 -nodes -keyout myserver.key -out server.csr
The problem I am having is that openssl gives me the following error
Can't open C:\Apache24\conf/openssl.cnf for reading, No such file or directory
How do I fix this? Thanks
I should say that my WAMP is installed in the D:\ drive instead of the C:\ drive.
WAMP version: 3.24
Apache 2.4.46
Windows server 2019