Skip to content
Ken Dale
Go back

Azure Key Vault: Certificate "Download in PFX/PEM format" Not Available

One piece of functionality Azure Key Vault provides is certificates. Sometimes you may want to download the certificate. There’s an open to Download in CER Format that retrieves the public key only. If you’re looking for the private key use the Download in PFX/PEM format option.

However, what if the Download in PFX/PEM format option is unavailable?

Solution

You’ll need Secret: Get permission to download the private key, which is different from certificate permissions.


Also, if you’re looking to download the private key it needs to be exportable. See https://learn.microsoft.com/en-us/azure/key-vault/certificates/about-certificates#exportable-or-non-exportable-key for more details.


Share this post:

Previous Post
Leniently Parse Comma Separated Configuration Values Using C#
Next Post
Using Different Email Addresses For Git Commits For Azure DevOps And GitHub