Skip to content

Commit 20075d7

Browse files
committed
draft
1 parent 9a773d8 commit 20075d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,18 +311,18 @@ 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?
314+
### How can I automate adding a bring-your-owncertificate to an app?
315315

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

319-
#### Can I use a private CA (certificate authority) certificate for inbound TLS on my app?
319+
### Can I use a private CA (certificate authority) certificate for inbound TLS on my app?
320320
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).
321321

322-
#### Can I make outbound calls using a private CA (certificate authority) client certificate from my app?
322+
### Can I make outbound calls using a private CA (certificate authority) client certificate from my app?
323323
This is only supported for Windows container apps in 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).
324324

325-
#### Can I configure a private CA (certificate authority) certificate on my app in App Service?
325+
### Can I configure a private CA (certificate authority) certificate on my app in App Service?
326326
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).
327327

328328
## More resources

0 commit comments

Comments
 (0)