You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/certificates-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ ms.author: cshoe
11
11
12
12
# Certificates in Azure Container Apps
13
13
14
-
You can add digital security certificates to [secure custom DNS names](configure-ssl-bindings.md) in Azure Container Apps to support secure communication among your container apps.
14
+
You can add digital security certificates to [secure custom DNS names](configure-ssl-bindings.md) in Azure Container Apps to support secure communication among your apps.
15
15
16
-
The following table lists the options for you to add certificates in Container Apps:
16
+
The following table lists the options available to add certificates in Container Apps:
17
17
18
18
| Option | Description |
19
19
|---|---|
20
-
|[Create a free 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. |
20
+
|[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. |
21
21
| 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). See [Private certificate requirements](#private-certificate-requirements). |
22
22
|[Upload a private certificate](./custom-domains-certificates)| You can upload a private certificate if you already have one. See [Private certificate requirements](#private-certificate-requirements). |
0 commit comments