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,310 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Our client application is azure devops pipeline and we would like to connect to target api that requires MTLS authentication.
Hence we are required to store private key and certificates.
We identified one security threat that in order to establish an MTLS connection private key always need to be set as exportable else MTLS connection cannot be established.
Expected is something like inbuilt signing methods from azure key vault that do not requires private key to be exported.