Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Azure Key Vault support KMIP?

I have an application I want to run in Azure that can use the KMIP protocol to communicate with key management servers. Does Azure Key Vault support KMIP? If so, were can I find the details?

like image 997
Jerry Hoffmeister Avatar asked Sep 27 '22 21:09

Jerry Hoffmeister


1 Answers

Azure Key Vault does not have a KMIP interface.

Azure Key Vault has a REST interface, based heavily on the JSON Web Key standard. It is documented here: https://msdn.microsoft.com/en-us/library/azure/dn903609.aspx

Sumedh

like image 177
Sumedh Barde Avatar answered Oct 11 '22 18:10

Sumedh Barde