Home > OS >  Azure self-signed certificate on Key vault
Azure self-signed certificate on Key vault

Time:12-16

Can you create a self-signed certificate on the Azure Key Vault? Can the Azure Key vault be your PKI?

CodePudding user response:

Yes , you can create self-signed certificate from Azure Key Vault. To create a Self Signed certificate you can follow this enter image description here

You can also refer this Blog by Tsuyoshi Ushio for more details.


For the second part also its true that Azure Key Vault can be used or is used as a serverless/lightweight PKI.

You will need to activate Managed HSM service on Azure Key Vault to use the functionality. You can follow this Microsoft Documentation for more details on the same .

  • Related