Retreving KeyStore and Truststore details for a listener

Hi Team,

I’m working to integrate RabbitMQ via ssl for a keycloak event listener. As a part of this, I’m planning to use this existing keycloak certificates for the ssl and hence trying to retreive the path, pwd set in standalone.xml in my event listener. Could someone suggest a viable way to get those details without parsing the standalone.xml for these details.

Thank You!!