https://bz.apache.org/bugzilla/show_bug.cgi?id=62146
Bug ID: 62146 Summary: Support to add customized KeyManager like "trustManagerClassName" did. Product: Tomcat 7 Version: trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: 18616998...@163.com Target Milestone: --- Tomcat already support "trustManagerClassName" to let users add customized TrustManager. It's better to let Tomcat to support customized KeyManager too via "keyManagerClassName". We're trying to let Tomcat7 support hot reloading keystore file when keystore file is get changed. One possible way is: add customized KeyManager to watch file changes and reload it then. While current Tomcat7 haven't straight-forward way to do it. If introduce a mechanism to add customized KeyManager, the problem could be resolved. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org