Skip to content

Commit

Permalink
Updating kv topic
Browse files Browse the repository at this point in the history
  • Loading branch information
SnehaGunda committed Aug 4, 2017
1 parent 7048f0c commit 0687d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions articles/azure-stack/azure-stack-kv-push-secret-into-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The following steps describe the process to push a certificate onto the virtual
3. Upload the certificate into the key vault.
4. Deploy a template to create a virtual machine and push the certificate onto it.

**Create a secret in the key vault**

The following script creates a certificate in the .pfx format, creates a key vault, and stores the certificate in the key vault as a secret. You must use the `-EnabledForDeployment` parameter when you're creating the key vault. This parameter makes sure that the key vault can be referenced from Azure Resource Manager templates.

```powershell
Expand Down

0 comments on commit 0687d9a

Please sign in to comment.