java - Tomcat SSL Different Keystore and Key password -


i have been trying configure tomcat, have come across small problem. keystore , key have different passwords, if try configure per below https not work. if make passwords match work. there anyway tell tomcat key password different? or limitation? using tomcat 7 version 63

<connector port="7001" protocol="http/1.1" sslenabled="true"            maxthreads="150" scheme="https" secure="true"        keystorefile="d:/path/to/keystore.jks"  keystorepass="keystorepassword"            clientauth="false" sslprotocol="tls" /> 

thanks

ahh ok, have resolved issue, keystorepassword , key password different had add following keypass= feel pretty stupid now!


Comments