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/app-service/configure-ssl-app-service-certificate.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ By default, App Service certificates have a one-year validity period. Before the
124
124
125
125
If you turn on automatic renewal, certificates can start automatically renewing 32 days before expiration.
126
126
127
-
:::image type="content" source="./media/configure-ssl-certificate/auto-renew-app-service-cert.png" alt-text="Screenshot of specified certificate's auto renewal settings." lightbox="./media/configure-ssl-certificate/auto-renew-app-service-cert.png":::
127
+
:::image type="content" source="./media/configure-ssl-certificate/auto-renew-app-service-cert.png" alt-text="Screenshot of specified certificate's auto renewal settings." lightbox="./media/configure-ssl-certificate/auto-renew-app-service-cert.png":::
128
128
129
-
1. To manually renew the certificate instead, select **Manual Renew**. You can request to manually renew your certificate 60 days before expiration, but [the maximum expiration date will be 397 days](https://www.godaddy.com/help/important-notification-about-ssl-offerings-9322).
129
+
1. To manually renew the certificate instead, select **Manual Renew**. You can request to manually renew your certificate 60 days before expiration, but [certificates can't be issued for longer than 397 days](https://www.godaddy.com/help/important-notification-about-ssl-offerings-9322).
130
130
131
131
1. After the renew operation completes, select **Sync**.
132
132
@@ -135,16 +135,15 @@ By default, App Service certificates have a one-year validity period. Before the
135
135
> [!NOTE]
136
136
> If you don't select **Sync**, App Service automatically syncs your certificate within 24 hours.
137
137
138
-
## Rekey and App Service certificate
138
+
## Rekey an App Service certificate
139
139
140
-
If you think your certificate's private key is compromised, you can rekey your certificate. This action rolls the certificate with a new certificate issued from the certificate authority.
140
+
If you think your certificate's private key is compromised, you can rekey your certificate. This action rotates the certificate with a new certificate issued from the certificate authority.
141
141
142
142
1. On the [App Service Certificates page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.CertificateRegistration%2FcertificateOrders), select the certificate. From the left menu, select **Rekey and Sync**.
143
143
144
144
1. To start the process, select **Rekey**. This process can take 1-10 minutes to complete.
145
145
146
-
> [!div class="mx-imgBorder"]
147
-
> 
146
+
:::image type="content" source="./media/configure-ssl-certificate/rekey-app-service-cert.png" alt-text="Screenshot of rekeying an App Service certificate." lightbox="./media/configure-ssl-certificate/rekey-app-service-cert.png":::
148
147
149
148
1. You might also be required to [reconfirm domain ownership](#confirm-domain-ownership).
0 commit comments