This video will guide you through the process of creating a CSR using Java KeyTool.
The following commands are referenced in this video:
Run the following command to create your 2048 bit Java keystore:
keytool -genkey -alias myalias -keyalg RSA –keysize 2048 -keystore c:\yoursite.keystore
To create your CSR, run the following command:
keytool -certreq -keyalg RSA -alias myalias -file certreq.txt -keystore c:\yoursite.mykeystore
www.entrust.com