You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query/Question
Use Case : I am trying to implement : Reading certificate directly from AKV for tomcat apache application instead of storing in the jks.
Followed the documentation above and implemented solution using " azure-security-keyvault-jca_2.8.1.jar"
While checking the log of apache stderr I see that it is reading through all alias content and not just the one passed in the configuration. Why would it need to read all alias content when the specific alias is already passed in the configuration.
Query/Question
Use Case : I am trying to implement : Reading certificate directly from AKV for tomcat apache application instead of storing in the jks.