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-certificate.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The [free App Service managed certificate](#create-a-free-managed-certificate) a
46
46
* Contains private key at least 2048 bits long
47
47
* Contains all intermediate certificates and the root certificate in the certificate chain
48
48
49
-
To improve security for a custom domain in a TLS binding, the certificate has more requirements:
49
+
To help secure a custom domain in a TLS binding, the certificate has more requirements:
50
50
51
51
* Contains an [Extended Key Usage](https://en.wikipedia.org/w/index.php?title=X.509§ion=4#Extensions_informing_a_specific_usage_of_a_certificate) for server authentication (OID = 1.3.6.1.5.5.7.3.1)
52
52
* Signed by a trusted certificate authority
@@ -126,7 +126,7 @@ To import an App Service certificate, first [buy and configure an App Service ce
126
126
127
127
:::image type="content" source="media/configure-ssl-certificate/import-app-service-cert-finished.png" alt-text="Screenshot of 'Bring your own certificates (.pfx)' pane with purchased certificate listed.":::
128
128
129
-
1. To provide security for a custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
129
+
1. To help secure a custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
130
130
131
131
## Import a certificate from Key Vault
132
132
@@ -191,7 +191,7 @@ The service principal app ID or assignee value is the ID for the App Service res
191
191
> [!NOTE]
192
192
> If you update your certificate in Key Vault with a new certificate, App Service automatically syncs your certificate within 24 hours.
193
193
194
-
1. To provide security for a custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
194
+
1. To helps secure custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
0 commit comments