# Generate Private key openssl genrsa -out test.key 2048 Generating RSA private key, 2048 bit long modulus ...........+++ ...........................................................................................................+++ e is 65537 (0x10001) # Generate CSR openssl req -new -key test.key -out test.csr You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) []:AU State or Province Name (full name) []:Victoria Locality Name (eg, city) []:Melbourne Organization Name (eg, company) []:Aufomm Organizational Unit Name (eg, section) []: Common Name (eg, fully qualified host name) []:www.aufomm.win Email Address []:
Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []:
openssl req -new -key test.key -out test.csr -config test.conf You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country []:AU State []:Victoria Locality []:Melbourne Organisation []:aufomm Common Name []:www.aufomm.win