Skip to content

Commit 2ec7a8d

Browse files
Merge pull request #279394 from msangapu-msft/sslfaq
Sslfaq
2 parents 3b8b9e2 + ccbb924 commit 2ec7a8d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -311,18 +311,19 @@ After the certificate renews inside your key vault, App Service automatically sy
311311

312312
## Frequently asked questions
313313

314-
- [How can I automate adding a bring-your-owncertificate to an app?](#how-can-i-automate-adding-a-bring-your-owncertificate-to-an-app)
315-
- [Frequently asked questions for App Service certificates](configure-ssl-app-service-certificate.md#frequently-asked-questions)
316-
#### How can I automate adding a bring-your-owncertificate to an app?
314+
### How can I automate adding a bring-your-owncertificate to an app?
317315

318316
- [Azure CLI: Bind a custom TLS/SSL certificate to a web app](scripts/cli-configure-ssl-certificate.md)
319317
- [Azure PowerShell Bind a custom TLS/SSL certificate to a web app using PowerShell](scripts/powershell-configure-ssl-certificate.md)
320318

321-
#### Can I configure a private CA certificate on my app?
322-
323-
App Service has a list of Trusted Root Certificates which you cannot modify in the multi-tenant variant version of App Service, but you can load your own CA certificate in the Trusted Root Store in an App Service Environment (ASE), which is a single-tenant environment in App Service. (The Free, Basic, Standard, and Premium App Service Plans are all multi-tenant, and the Isolated Plans are single-tenant.)
324-
- [Private client certificate](environment/overview-certificates.md)
325-
319+
### Can I use a private CA (certificate authority) certificate for inbound TLS on my app?
320+
You can use a private CA certificate for inbound TLS in an [App Service Environment version 3 (ASEv3)](./environment/overview-certificates.md). This isn't possible in App Service (multi-tenant). For more information on App Service multi-tenant vs. single-tenant, see [App Service Environment v3 and App Service public multitenant comparison](./environment/ase-multi-tenant-comparison.md).
321+
322+
### Can I make outbound calls using a private CA (certificate authority) client certificate from my app?
323+
This is only supported for Windows container apps in multi-tenant App Service. In addition, you can make outbound calls using a private CA client certificate with both code-based and container-based apps in an [App Service Environment version 3 (ASEv3)](./environment/overview-certificates.md). For more information on App Service multi-tenant vs. single-tenant, see [App Service Environment v3 and App Service public multitenant comparison](./environment/ase-multi-tenant-comparison.md).
324+
325+
### Can I load a private CA (certificate authority) certificate in my App Service Trusted Root Store?
326+
You can load your own CA certificate into the Trusted Root Store in an [App Service Environment version 3 (ASEv3)](./environment/overview-certificates.md). You can't modify the list of Trusted Root Certificates in App Service (multi-tenant). For more information on App Service multi-tenant vs. single-tenant, see [App Service Environment v3 and App Service public multitenant comparison](./environment/ase-multi-tenant-comparison.md).
326327

327328
## More resources
328329

0 commit comments

Comments
 (0)