By default O penssl is installed on major Linux distributions. If its not installed, then you have to manually install Openssl first to proceed further. Step:1 From Terminal window type: milan@TGS ~> openssl genrsa -out key.pem 2048 Generating RSA private key, 2048 bit long modulus ......+++ .....................................................................................+++ e is 65537 (0x10001) milan@TGS ~> openssl req -new -sha256 -key key.pem -out csr.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]:IN State or Province Name (full name) [Some-State]:Kerala Locality Name (eg, city) []:Trissur Organization Name (eg, com
Thinker|Dreamer|Achiever