Hi I am trying to set up tomcat to use https. I used "keytool -genkey -alias tomcat -keyalg RSA" If I use "changeit" as password for keystore everything works ok. If I use a different password it does not work. I have modified "server.xml" with keystorePass="newpassword" My .keystore is located in default place. If I use "changeit" as password, will this be a security risk since this is a widely known password?
Also I run a mailserver with https web interface. Can I use a different https certificate in tomcat or must it be the same as my mailserver? Thank you!! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org