These are the instructions that we have for this job:
Generate the certificate request
open up a command window and change the working directory to 'e:\Sybase\Shared\jdk1.6.0_12\bin' or where appropriate (depending on install)
run the following commands one at a time entering passwords when prompted, change the value of -destkeystore to the appropriate place (depending on the install)
keytool -genkey -keyalg RSA -alias spotsigner -dname "CN=<sitename>, OU=<username> Dev, O=<somestuff>, L=<location>, C=<country>"
keytool -certreq -alias spotsigner -file certrequest.csr
--------------------------------------------------------------------------------------
copy both the .p12 files to 'c:\temp'
open up a command window and change the working directory to 'e:\Sybase\Shared\jdk1.6.0_12\bin' or where appropriate (depending on install)
run the following commands one at a time entering passwords when prompted, change the value of -destkeystore to the appropriate place (depending on the install)
keytool -importkeystore -srckeystore c:\temp\<file>.p12 -destkeystore e:\Sybase\EAServer6\Repository\Security\keystore.jks -srcstoretype PKCS12
After successfully running the above commands, in easerver web management console create a new profile under security with the label of '<securename>'. Then configure the listener.
I hope this helps
Regards
David