You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/key-vault/certificates/quick-create-powershell.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: mbaldwin
13
13
---
14
14
# Quickstart: Set and retrieve a certificate from Azure Key Vault using Azure PowerShell
15
15
16
-
In this quickstart, you create a key vault in Azure Key Vault with Azure PowerShell. Azure Key Vault is a cloud service that works as a secure secrets store. You can securely store keys, passwords, certificates, and other secrets. For more information on Key Vault you may review the [Overview](../general/overview.md). Azure PowerShell is used to create and manage Azure resources using commands or scripts. Once that you have completed that, you will store a certificate.
16
+
In this quickstart, you create a key vault in Azure Key Vault with Azure PowerShell. Azure Key Vault is a cloud service that works as a secure secrets store. You can securely store keys, passwords, certificates, and other secrets. For more information on Key Vault, review the [Overview](../general/overview.md). Azure PowerShell is used to create and manage Azure resources using commands or scripts. Afterwards, you store a certificate.
17
17
18
18
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
19
19
@@ -40,9 +40,9 @@ Connect-AzAccount
40
40
41
41
## Add a certificate to Key Vault
42
42
43
-
To add a certificate to the vault, you just need to take a couple of additional steps. This certificate could be used by an application.
43
+
To can now add a certificate to the vault. This certificate could be used by an application.
44
44
45
-
Type the commands below to create a self-signed certificate with policy called **ExampleCertificate** :
45
+
Use these commands to create a self-signed certificate with policy called **ExampleCertificate** :
In this quickstart you created a Key Vault and stored a certificate in it. To learn more about Key Vault and how to integrate it with your applications, continue on to the articles below.
79
+
In this quickstart, you created a Key Vault and stored a certificate in it. To learn more about Key Vault and how to integrate it with your applications, continue on to the articles below.
82
80
83
81
- Read an [Overview of Azure Key Vault](../general/overview.md)
84
82
- See the reference for the [Azure PowerShell Key Vault cmdlets](/powershell/module/az.keyvault/)
0 commit comments