Skip to content

Commit c69cb23

Browse files
authored
Merge pull request #270567 from craigshoemaker/aca/certificates-overview
[Container Apps] New: Certificates overview
2 parents a926d0c + fc512ae commit c69cb23

File tree

2 files changed

+39
-9
lines changed

2 files changed

+39
-9
lines changed

articles/container-apps/TOC.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,16 @@
158158
href: tutorial-scaling.md
159159
- name: Domains & certificates
160160
items:
161-
- name: Custom domains & certificates
162-
items:
163-
- name: Set up custom domain with a free certificate
164-
href: custom-domains-managed-certificates.md
165-
displayName: Set up custom domain with a managed certificate
166-
- name: Set up custom domain with existing certificate
167-
href: custom-domains-certificates.md
168-
- name: Set up environment custom DNS suffix
169-
href: environment-custom-dns-suffix.md
161+
- name: Overview
162+
href: certificates-overview.md
163+
- name: Set up custom domain with a free certificate
164+
href: custom-domains-managed-certificates.md
165+
displayName: Set up custom domain with a managed certificate
166+
- name: Set up custom domain with existing certificate
167+
href: custom-domains-certificates.md
168+
- name: Set up environment custom DNS suffix
169+
href: environment-custom-dns-suffix.md
170+
170171
- name: Authentication
171172
items:
172173
- name: Overview
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Certificates in Azure Container Apps
3+
description: Learn the different options available to using and managing secure certificates in Azure Container Apps.
4+
services: container-apps
5+
author: craigshoemaker
6+
ms.service: container-apps
7+
ms.topic: conceptual
8+
ms.date: 03/28/2024
9+
ms.author: cshoe
10+
---
11+
12+
# Certificates in Azure Container Apps
13+
14+
You can add digital security certificates to secure custom DNS names in Azure Container Apps to support secure communication among your apps.
15+
16+
## Options
17+
18+
The following table lists the options available to add certificates in Container Apps:
19+
20+
| Option | Description |
21+
|---|---|
22+
| [Create a free Azure Container Apps managed certificate](./custom-domains-managed-certificates.md) | A private certificate that's free of charge and easy to use if you just need to secure your custom domain in Container Apps. |
23+
| Import a certificate from Key Vault | Useful if you use [Azure Key Vault](../key-vault/index.yml) to manage your [PKCS12 certificates](https://wikipedia.org/wiki/PKCS_12). |
24+
| [Upload a private certificate](./custom-domains-certificates.md) | You can upload a private certificate if you already have one. |
25+
26+
## Next steps
27+
28+
> [!div class="nextstepaction"]
29+
> [Set up custom domain with existing certificate](custom-domains-certificates.md)

0 commit comments

Comments
 (0)