2014-03-03 13:17 GMT+04:00 Арсений Зинченко <setev...@gmail.com>:
> Hi.
>
> We have two-side authentification on our Tomcat:
>
>
> keystoreFile="/home/someuser/apache-tomcat-5.5.23/conf/.ssl/somealias.jks"
>                keyAlias="somealias"
>                keystorePass="somepass"
>
> truststoreFile="/home/someuser/apache-tomcat-5.5.23/conf/.ssl/trustcacerts.jks"
>                truststorePass="somepass" />
>
> Is there any way to add certificate to truststore and get Tomcat load it
> without restart it?
>
> I mean - after:
>
> $ keytool -import -v -trustcacerts -alias somealias -file some.cer
> -keystore ../trustcacerts.jks

AFAIK, you need to restart the Connector. This can be done via JMX.
I am not sure whether start/stop is enough or you should go all way
down to destroy/init.

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

Reply via email to