Using Powershell And Azure Key Vault To Deploy Certificates

Posted on Thu 01 December 2016 in Azure • Tagged with powershell, azure, key vault, certificates • 2 min read

The steps for this are quite easy after you've actually tinkered with it and hashed out all the gotchas.

  1. Create the Key Vault
  2. Upload your certificate
  3. Deploy the certificate to VMs

So let's get started!

First of all you'll need a Key Vault to put your certificates in and a …


Continue reading