Justin,

On 9.1.2012 20:40, Justin Larose wrote:
This seems to be the problem. How do I set my imported cert as a "key
entry" or get Tomcat to read it as a CertEntry?

You must use the same keystore and same alias when you:

1. generate key,
2. generate csr,
3. import certificate.


Example:

keytool -genkey ... -keystore xxx.jks -alias yyy
keytool -certreq ... -keystore xxx.jks -alias yyy

and later

keytool -import -trustcacerts ... -keystore xxx.jks -alias yyy


Same keystore, same alias in all three invocations of keytool.


-Ognjen

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

Reply via email to