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/tutorial-rotate-certificates.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,20 @@ ms.topic: tutorial
12
12
ms.custom: mvc
13
13
ms.date: 04/16/2020
14
14
ms.author: sebansal
15
-
#Customer intent:As a security admin who is new to Azure, I want to use Key Vault to securely store certificates in Azure
15
+
#Customer intent:As a security admin who is new to Azure, I want to use Key Vault to securely store certificates in Azure.
16
16
---
17
17
# Tutorial: Configure certificate auto-rotation in Key Vault
18
18
19
-
You can easily provision, manage, and deploy digital certificates using Azure Key Vault. The certificates can be public and private Secure Sockets Layer (SSL)/Transport Layer Security (TLS) certificates signed by a Certificate Authority (CA), or a self-signed certificate. Key Vault can also request and renew certificates through partnerships with CAs, providing a robust solution for certificate lifecycle management. In this tutorial, you will update a certificate's validity period, auto-rotation frequency, and CA attributes. For more information on Key Vault, review the [Overview](../general/overview.md).
19
+
You can easily provision, manage, and deploy digital certificates by using Azure Key Vault. The certificates can be public and private Secure Sockets Layer (SSL)/Transport Layer Security (TLS) certificates signed by a certificate authority (CA), or a self-signed certificate. Key Vault can also request and renew certificates through partnerships with CAs, providing a robust solution for certificate lifecycle management. In this tutorial, you will update a certificate's validity period, auto-rotation frequency, and CA attributes.
20
20
21
21
The tutorial shows you how to:
22
22
23
23
> [!div class="checklist"]
24
-
> * Manage a certificate using the Azure portal.
24
+
> * Manage a certificate by using the Azure portal.
25
25
> * Add a CA provider account.
26
26
> * Update the certificate's validity period.
27
27
> * Update the certificate's auto-rotation frequency.
28
-
> * Update the certificate's attributes using Azure PowerShell.
28
+
> * Update the certificate's attributes by using Azure PowerShell.
29
29
30
30
Before you begin, read [Key Vault basic concepts](../general/basic-concepts.md).
31
31
@@ -37,13 +37,13 @@ Sign in to the Azure portal at https://portal.azure.com.
37
37
38
38
## Create a vault
39
39
40
-
Create a Key Vault or select your existing Key Vault to perform operations (see [Steps to create a Key vault](../quick-create-portal.md)). In the example, the Vault name is **Example-Vault**.
40
+
Create a key vault or select your existing vault to perform operations (see [Steps to create a key vault](../quick-create-portal.md)). In the example, the key vault name is **Example-Vault**.
41
41
42
-

42
+

43
43
44
44
## Create a certificate in Key Vault
45
45
46
-
Create a certificate or import a certificate into the vault (see [Steps to create a certificate in Key vault](../quick-create-portal.md)). In this case, you'll work on a certificate called **ExampleCertificate**.
46
+
Create a certificate or import a certificate into the key vault (see [Steps to create a certificate in Key Vault](../quick-create-portal.md)). In this case, you'll work on a certificate called **ExampleCertificate**.
47
47
48
48
## Update certificate lifecycle attributes
49
49
@@ -57,10 +57,10 @@ A certificate created in Key Vault can be:
57
57
58
58
The following CAs are currently partnered providers with Key Vault:
59
59
60
-
- DigiCert - Key Vault offers OV TLS/SSL certificates with DigiCert.
61
-
- GlobalSign - Key Vault offers OV TLS/SSL certificates with GlobalSign.
60
+
- DigiCert: Key Vault offers OV TLS/SSL certificates.
61
+
- GlobalSign: Key Vault offers OV TLS/SSL certificates.
62
62
63
-
Key Vault auto-rotates certificates through established partnerships with CAs. Because Key Vault automatically requests and renews certificates through the partnership, **auto-rotation capability is not applicable for certificates created with CAs that are not partnered with Key Vault.**
63
+
Key Vault auto-rotates certificates through established partnerships with CAs. Because Key Vault automatically requests and renews certificates through the partnership, auto-rotation capability is not applicable for certificates created with CAs that are not partnered with Key Vault.
64
64
65
65
> [!NOTE]
66
66
> An account admin for a CA provider creates credentials that Key Vault uses to create, renew, and use TLS/SSL certificates.
@@ -74,19 +74,19 @@ Key Vault auto-rotates certificates through established partnerships with CAs. B
74
74
1. On the **Create a certificate** screen, update the following values:
75
75
76
76
-**Validity Period**: Enter the value (in months). Creating short-lived certificates is a recommended security practice. By default, the validity value of a newly created certificate is 12 months.
77
-
-**Lifetime Action Type**: Select the certificate's auto-renewal and alerting action and then update **percentage lifetime** or **Number of days before expiry**. By default, a certificate's auto-renewal is set at 80 percent of its lifetime. From the dropdown menu, select one of the following options.
77
+
-**Lifetime Action Type**: Select the certificate's auto-renewal and alerting action and then update **percentage lifetime** or **Number of days before expiry**. By default, a certificate's auto-renewal is set at 80 percent of its lifetime. From the drop-down menu, select one of the following options.
78
78
79
79
| Automatically renew at a given time| Email all contacts at a given time |
80
80
|-----------|------|
81
81
|Selecting this option will *turn on* autorotation. | Selecting this option will *not* auto-rotate but will only alert the contacts.|
82
82
83
83
1. Select **Create**.
84
84
85
-

### Update lifecycle attributes of a stored certificate
88
88
89
-
1. Select the Key Vault.
89
+
1. Select the key vault.
90
90
1. On the Key Vault properties pages, select **Certificates**.
91
91
1. Select the certificate you want to update. In this case, you'll work on a certificate called **ExampleCertificate**.
92
92
1. Select **Issuance Policy** from the top menu bar.
@@ -106,7 +106,7 @@ Key Vault auto-rotates certificates through established partnerships with CAs. B
106
106
> Changing the Lifetime Action Type for a certificate will record modifications for the existing certificates immediately.
107
107
108
108
109
-
### Update certificate attributes using PowerShell
109
+
### Update certificate attributes by using PowerShell
110
110
111
111
```azurepowershell
112
112
@@ -135,10 +135,10 @@ To learn more about the parameters, see [az keyvault certificate](https://docs.m
135
135
136
136
## Clean up resources
137
137
138
-
Other Key Vault quickstarts and tutorials build upon this quickstart. If you plan to work with these quickstarts and tutorials, you might want to leave these existing resources in place.
139
-
When you no longer need them, delete the resource group, which deletes the Key Vault and related resources.
138
+
Other Key Vault tutorials build upon this tutorial. If you plan to work with these tutorials, you might want to leave these existing resources in place.
139
+
When you no longer need them, delete the resource group, which deletes the key vault and related resources.
140
140
141
-
### Delete the resource group using the portal
141
+
To delete the resource group by using the portal:
142
142
143
143
1. Enter the name of your resource group in the **Search** box at the top of the portal. When the resource group used in this quickstart appears in the search results, select it.
144
144
1. Select **Delete resource group**.
@@ -147,7 +147,7 @@ When you no longer need them, delete the resource group, which deletes the Key V
147
147
148
148
## Next steps
149
149
150
-
In this tutorial, you updated a certificate's lifecycle attributes. To learn more about Key Vault and how to integrate it with your applications, continue on to the articles below:
150
+
In this tutorial, you updated a certificate's lifecycle attributes. To learn more about Key Vault and how to integrate it with your applications, continue on to the following articles:
151
151
152
152
- Read more about [Managing certificate creation in Azure Key Vault](https://docs.microsoft.com/azure/key-vault/certificates/create-certificate-scenarios).
153
153
- Review the [Key Vault Overview](../general/overview.md).
0 commit comments