Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,411 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am developing spring boot microservices that requires mtls connection . For that I haveto load pfx certificates from azure keyvault and set up SSL context and build a rest template. Can someone please help me on this how to implement this. And also how to load certificate on server side. Where the server ssl key alias should be present.
Hi @Abhishek Kumar , have you looked at the document for configuring TLS mutual authentication? Which parts do you need help with?