Hello Alex, I am not sure what your goal is. Webserver certificate (with private key) is used for encryption / ssl / tls. Password is used for user authentication and in web.xml you only specify the auth method, not any passwords. Or do you plan auth with client certificates?
Greetings, Thomas ________________________________ Von: a.grub...@bluewin.ch <a.grub...@bluewin.ch> Gesendet: Dienstag, 17. Januar 2023 18:34:15 An: users@tomcat.apache.org Betreff: Password in Tomcat 9.x Hello together I would like to understand, when implementing passwords into web.xml, then I would like NOT to implement a password, I want to include the path to a certificate (p12.pwd). I want to basically avoid, changing all the time the password, when I renew my webserver certificate in the configuration. Which version of Tomcat 9.x is able to do this? Will it be for seen, that 9.x can do this? If no 9.x can do, which other Tomcat can do this? Thank you Alexander Grubner