'Windows Server 2003 OpenSSL 1.1.1m "Error in Req"

I need to Run Windows Server 2003 on one of my Web Servers and i decided to get a SSL Certificate for that Server. I downloaded and installed OpenSSL 1.1.1m from Shining Light Productions. I installed it into C:\OpenSSL_Win32 and DLL's into Bin.

Then i Went to a Certificate Directory and did this: genrsa -des3 -out 2003.key 2048 Gave in my "Password" Then req -new -key 2003.key -out 2003.csr then it says Error in Req

Here is an Image: OpenSSL Error

From My Understanding OpenSSL wants to Load a Cnf which is non Existant. I even went to that Directory and theres nothing but SpeedDials



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source