Step 1: Create a folder named certs in ‘C’ folder step 2: Open the command prompt c:\certs> step 3: Now generate a private key using the command C:\certs> openssl genrsa -des3 -out server.key 1024 It will ask the pass phrase key : (Simply click enter without entering the key).Now a server.key file will be generated […]