How can I create quickly and easily a CSR for Sun Java Web Server 7.0

In order to generate a CSR for Sun Java Web Server 7.0, two methods are available. Please choose the one that suits you best :

Create a CSR with Sun "Request Server Certificate Wizard"

1. Go to the Certificates Tab/Server Certificates.

2. Choose a password for your server configuration token.

3. Start the Request Server Certificate Wizard. Choose your configuration and type in the password you assigned in step 2.

4. You have now to enter the details of your organisation to be included in your SSL certificate :

Server Name – must match the URL you plan to secure exactly – is usually your fully-qualified domain name, e.g., devel.ssl247.co.uk or mail.devel.ssl247.co.uk). Remember the www. Is important – include it if you want to secure https://www.yoursite.com & exclude it if you want to secure https://yoursite.com
Organization - The legal (officially registered) name of your organization/company include Inc., LLP., Pvt, Plc. Ltd. SARL., etc
Organizational unit - The name of your department within the organization (this is often "IT," "Web," or is just left blank).
City - The city or town in which your organization is located.
State - The state in which your organization is located.
Country - click here for the official list of ISO country codes for this field.

5. Continue the process of CSR creation and make sure to specify CA Signed Certificate in step 5 "Certificate Type".

6. Copy and paste the entire contents of your CSR, including the BEGIN and END tags to the SSL247 Certificate order form.

Create your CSR with Keytool

1. Launch keytool.

2. Save yourself a lot of time and typing by using our Keytool Command-Line CSR Generator to generate your command-line or adapt the original command-line with your details.

Original Command-Line : keytool -genkey -alias server -keyalg RSA -keysize 2048 -keystore keystore.jks -dname "CN=YourDomain, O=YourCompany, L=YourCity, ST=YourState, C=YourCountry" && keytool -certreq -alias server -file SSL247CSR.csr -keystore keystore.jks

Exemple : keytool -genkey -alias server -keyalg RSA -keysize 2048 -keystore keystore.jks -dname "CN=www.ssl247.co.uk, O=SSL247 LIMITED, L=LONDON, ST=LONDON, C=GB" && keytool -certreq -alias server -file SSL247CSR.csr -keystore keystore.jks

YourDomain – must match the URL you plan to secure exactly – is usually your fully-qualified domain name, e.g., devel.ssl247.co.uk or mail.devel.ssl247.co.uk). Remember the www. Is important – include it if you want to secure https://www.yoursite.com & exclude it if you want to secure https://yoursite.com
YourCompany - The legal (officially registered) name of your organization/company include Inc., LLP., Pvt, Plc. Ltd. SARL., etc
YourCity- The city or town in which your organization is located.
YourState - The state in which your organization is located.
YourCountry - click here for the official list of ISO country codes for this field.

3. Choose a password.

4. Your CSR is in the SSL247CSR.csr file and the keystore is in keystore.jks. Open SSL247CSR.csr with Notepad or Wordpad and copy and paste its entire contents, including the BEGIN and END tags to the SSL247 Certificate order form.