-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Description
Hi,
we are using different bundles and the one who does configure them and the one who does operate the app in question are not always the same person.
We're logging the used bundle, however we only get this as toString():
[org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle@166e52ca]
Tomcat e.g. does print something like this for the connector config:
Connector [https-openssl-nio-8443], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [/home/app/.keystore] using alias [tomcat] with trust store [null]
It would be nice if a better toString could be done which prints all important configured props of the bundle (without sensitive stuff like passwords etc.), but ciphers, options, aliases, key / trust store path etc. would be nice to have on the configured bundle.