etc> make certreq umask 77 ; \ /usr/freeware/bin/openssl req -new -key /usr/freeware/apache/etc/ssl.key/server.key -out /usr/freeware/apache/etc/ssl.csr/server.csr Using configuration from /usr/freeware/lib/openssl/openssl.cnf 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]:US State or Province Name (full name) [Some-State]:North Carolina Locality Name (eg, city) []:Greenville Organization Name (eg, company) [Internet Widgits Pty Ltd]:East Carolina University Organizational Unit Name (eg, section) []:Research Common Name (eg, YOUR name) []:Viz Team Email Address []:guys@ecu.edu Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []: etc> make testcert umask 77 ; \ /usr/freeware/bin/openssl req -new -key /usr/freeware/apache/etc/ssl.key/server.key -x509 -days 365 -out /usr/freeware/apache/etc/ssl.crt/server.crt Using configuration from /usr/freeware/lib/openssl/openssl.cnf 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]:US State or Province Name (full name) [Some-State]:North Carolina Locality Name (eg, city) []:Greenville Organization Name (eg, company) [Internet Widgits Pty Ltd]:East Carolina University Organizational Unit Name (eg, section) []:Research Common Name (eg, YOUR name) []:enterpr.ecu.edu Email Address []:jkl@ccl.net root-voyager /usr/freeware/apache/etc> exit exit