Skip to content

Commit 6457b71

Browse files
committed
Edits
1 parent 003981b commit 6457b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/environment/overview-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Export-Certificate -Cert $certThumbprint -FilePath $fileName -Type CERT
6767

6868
## Private server certificate
6969

70-
If your app acts as a server in a client-server model, either behind a reverse proxy or directly with private client and you're using a private CA certificate, you need to upload the server certificate (*.pfx* file) to your app and bind the certificate to the app. Because the front end servers are dedicated to your App Service Environment, the full certificate chain is added to the trust store of the front end servers. You only need to upload the certificate once to use it with apps that are in the same App Service Environment.
70+
If your app acts as a server in a client-server model, either behind a reverse proxy or directly with private client and you're using a private CA certificate, you need to upload the server certificate (*.pfx* file) with the full certificate chain to your app and bind the certificate to the custom domain. Because the infrastructure is dedicated to your App Service Environment, the full certificate chain is added to the trust store of the servers. You only need to upload the certificate once to use it with apps that are in the same App Service Environment.
7171

7272
>[!NOTE]
73-
> If you uploaded your certificate prior to 1. October 2023, you will need to reupload and rebind the certificate for the full certificate chain to be added to the front end servers.
73+
> If you uploaded your certificate prior to 1. October 2023, you will need to reupload and rebind the certificate for the full certificate chain to be added to the servers.
7474
7575
Follow the [secure custom domain with TLS/SSL](../configure-ssl-bindings.md) tutorial to upload/bind your private CA rooted certificate to the app in your App Service Environment.
7676

0 commit comments

Comments
 (0)