Use OpenSSL for generating a CSR for a NETASQ applicance (for Windows use Win32 OpenSSL v0.9.8i Light ):
Start with:
openssl req -new -nodes -keyout myserver.key -out server.csr
Windows users:
c:/openssl/bin/openssl req -new -nodes -keyout myserver.key -out server.csr
Enter all the required information, be precise as this information will be stored with your Private Key.
Bits = encryption level. We recommend a value equal or more than 1024 bit.
Country, State/Province, Location = official address of your company or organisation
Organisation = the name of your company or organisation
Organisation department = optional field for the name of the responsible department or division
Common Name = the domain name for which the SSL certificate will be used, like mail.yourdomain.com
When finished open your CSR (server.csr) in a text editor, it will look like this:
——-BEGIN CERTIFICATE REQUEST——- MIIB7TCCAVYCAQAwfjELMAkGA1UEBhMCTkwxCzAJBgNVBAgTAlVUMQ4 HEwVTb2VzdDEOMAwGA1UEChMFVG9wSVQxDjAMBgNVBAsTBVRvcElUMR QQDEwx3d3cudG9waXQubmwxGzAZBgkqhkiG9w0BCQEWDHdpbUB0b3Bp BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAog/0OyzrNtpIlklB7VpubXf jlLZy7sJJJ5Kl2hJQ8Z+2RzIa8GtpUENF+p8ANEAP5aFg/Oi6GDT7UR pTFbvyGSR+YlHkgFSZD7bjVfX8qp1PWDN0dyYOa/c2IYpERq7JToTsz AtmmBaogm8UCAwEAAaAvMBQGCSqGSIb3DQEJAjEHEwVUb3BJVDAXBgk ——-END CERTIFICATE REQUEST——-
Copy the entire text that starts with the line
-----BEGIN CERTIFICATE REQUEST----- and ends with the line -----END CERTIFICATE REQUEST-----
to the clipboard.
Visit the Web site of Networking4all and start the ordering procedure for your SSL certificate. When you are prompted to specify the CSR text, paste the data from the clipboard into the online form and complete the order process. The certificate will be e-mailed as soon as it is issued by the CA.