On 26.2.2011 6:42, Joseph L. Casale wrote:
I have setup a keystore as follows:
keytool -genkey -alias tomcat -keyalg RSA -dname CN=<server FQDN>,OU="Company 
Name",O=" Company Name ",L=city,ST=province,C=CA \
-keystore /path/keystore -keypass phrase -storepass phrase
...
I added the signed sert:
keytool -import -alias tomcat2 -keystore /path/keystore -trustcacerts -file 
/path/certreq.cer

You must import signed certficate request under same alias you used to generate request. So, instead of "-alias tomcat2" use "-alias tomcat".

-Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to