Data Archive
- Data Archive 6.5.1
- All Products
For example:openssl req -newkey rsa:2048 -keyout <server key>.key -nodes -config <conf file name> -out <server cert>.req
openssl req -newkey rsa:2048 -keyout myserver.key -nodes -config openssl.cnf -out myserver.req
Generating a 2048 bit RSA private key ..............++++++ .++++++ writing new private key to 'host_omega.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) [US]: State or Province Name (full name) [SampleProvince]: Locality Name (eg, city) [Madison]: Organization Name (eg, company) [SampleOrg]: Second Organization Name (eg, company) [Computer Sciences Department]: Organizational Unit Name (eg, section) [INFA_sample Project]: Common Name (eg, YOUR name) []: server.domain.com ( PROVIDE SERVER HOST NAME WITH FULLY QUALIFIED NAME) Email Address []:someone@something.com