Skip to content

Commit b8111c3

Browse files
Update how-to-cert-manager-lets-encrypt-ingress-api.md
1 parent 7ff90d3 commit b8111c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/for-containers/how-to-cert-manager-lets-encrypt-ingress-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ services: application-gateway
55
author: philwelz
66
ms.service: azure-appgw-for-containers
77
ms.topic: how-to
8-
ms.date: 3/24/2025
9-
ms.author: jstrom
8+
ms.date: 3/21/2025
9+
ms.author: greglin
1010
---
1111

1212
# Cert-manager and Let's Encrypt with Application Gateway for Containers - Ingress API
@@ -15,7 +15,7 @@ This guide demonstrates how to use cert-manager to automatically issue and renew
1515

1616
For the purposes of this example, we have cert-manager configure certificates issued from Let's Encrypt to demonstrate an end-to-end deployment, where Application Gateway for Containers is providing TLS offloading.
1717

18-
[ ![A figure showing cert-manager retrieving a certificate from Let's Encrypt and storing it into Kubernetes' secret store for TLS with Application Gateway for Containers.](./media/how-to-cert-manager-lets-encrypt-ingress-api/how-to-cert-manager-lets-encrypt-ingress-api.svg) ](./media/how-to-cert-manager-lets-encrypt-ingress-api/how-to-cert-manager-lets-encrypt-ingress-api.svg#lightbox)
18+
[![A diagram showing cert-manager retrieving a certificate from Let's Encrypt and storing it into Kubernetes' secret store for TLS with Application Gateway for Containers.](./media/how-to-cert-manager-lets-encrypt-ingress-api/how-to-cert-manager-lets-encrypt-ingress-api.svg) ](./media/how-to-cert-manager-lets-encrypt-ingress-api/how-to-cert-manager-lets-encrypt-ingress-api.svg#lightbox)
1919

2020
For certificates to be issued by Let's Encrypt, a challenge is required by the authority to validate domain ownership. This validation happens by allowing cert-manager to create a pod and Ingress resource that exposes an endpoint during certificate issuance, proving your ownership of the domain name.
2121

@@ -61,7 +61,7 @@ Create a ClusterIssuer resource to define how cert-manager communicates with Let
6161
6262
# [ALB managed deployment](#tab/alb-managed)
6363

64-
1. Create the ClusterIssuer resource
64+
Create the ClusterIssuer resource
6565

6666
```bash
6767
kubectl apply -f - <<EOF

0 commit comments

Comments
 (0)