Skip to content

Commit f7a90c1

Browse files
committed
updates
1 parent fd45e11 commit f7a90c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/configure-ssl-certificate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The [free App Service managed certificate](#create-a-free-managed-certificate) a
4646
* Contains private key at least 2048 bits long
4747
* Contains all intermediate certificates and the root certificate in the certificate chain
4848

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:
5050

5151
* Contains an [Extended Key Usage](https://en.wikipedia.org/w/index.php?title=X.509&section=4#Extensions_informing_a_specific_usage_of_a_certificate) for server authentication (OID = 1.3.6.1.5.5.7.3.1)
5252
* Signed by a trusted certificate authority
@@ -126,7 +126,7 @@ To import an App Service certificate, first [buy and configure an App Service ce
126126

127127
:::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.":::
128128

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).
130130

131131
## Import a certificate from Key Vault
132132

@@ -191,7 +191,7 @@ The service principal app ID or assignee value is the ID for the App Service res
191191
> [!NOTE]
192192
> If you update your certificate in Key Vault with a new certificate, App Service automatically syncs your certificate within 24 hours.
193193
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).
195195

196196
## Upload a private certificate
197197

0 commit comments

Comments
 (0)