keys
create keys and certificates for apachee
[sv-wl10@inddlvtwlmas01 ~]$ openssl req -new -newkey rsa:2048 -nodes -keyout inddlvtwlmas01.srisohan.net.key -out inddlvtwlmas01.srisohan.net.csr
Generating a 2048 bit RSA private key
...........................................+++
...........................................+++
writing new private key to 'inddlvtwlmas01.srisohan.net.key'
-----
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) [XX]:IN
State or Province Name (full name) []:KARNATAKA
Locality Name (eg, city) [Default City]:Bangalore
Organization Name (eg, company) [Default Company Ltd]:srisohan
Organizational Unit Name (eg, section) []:Middleware
Common Name (eg, your name or your server's hostname) []:srisohan.net
Email Address []:admin@srisohan.net
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
[sv-wl10@inddlvtwlmas01 ~]$ pwd
[sv-wl10@inddlvtwlmas01 ~]$ openssl req -new -newkey rsa:2048 -nodes -keyout inddlvtwlmas01.srisohan.net.key -out inddlvtwlmas01.srisohan.net.csr
Generating a 2048 bit RSA private key
...........................................+++
...........................................+++
writing new private key to 'inddlvtwlmas01.srisohan.net.key'
-----
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) [XX]:IN
State or Province Name (full name) []:KARNATAKA
Locality Name (eg, city) [Default City]:Bangalore
Organization Name (eg, company) [Default Company Ltd]:srisohan
Organizational Unit Name (eg, section) []:Middleware
Common Name (eg, your name or your server's hostname) []:srisohan.net
Email Address []:admin@srisohan.net
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
[sv-wl10@inddlvtwlmas01 ~]$ pwd
Comments
Post a Comment