Skip to content

Commit 0ec4249

Browse files
Update ingress-controller-letsencrypt-certificate-application-gateway.md
1 parent 57a5851 commit 0ec4249

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: how-to
8-
ms.date: 08/01/2023
8+
ms.date: 2/28/2025
99
ms.author: greglin
1010
---
1111

@@ -16,7 +16,8 @@ You can configure your Azure Kubernetes Service (AKS) instance to use [Let's Enc
1616
The setup that this article describes uses the [cert-manager](https://github.com/jetstack/cert-manager) Kubernetes add-on, which automates the creation and management of certificates.
1717

1818
> [!TIP]
19-
> Consider [Application Gateway for Containers](for-containers/overview.md) for your Kubernetes ingress solution.
19+
> Consider [Application Gateway for Containers](for-containers/overview.md) for your Kubernetes ingress solution. For more information, see [Quickstart: Deploy Application Gateway for Containers ALB Controller](for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md).
20+
2021

2122
## Install the add-on
2223

@@ -51,7 +52,7 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
5152
helm install \
5253
cert-manager jetstack/cert-manager \
5354
--namespace cert-manager \
54-
--version v1.16.1 \
55+
--version v1.17.1 \
5556
# --set installCRDs=true
5657

5758
# To automatically install and manage the CRDs as part of your Helm release,
@@ -147,3 +148,4 @@ Before the Let's Encrypt certificate expires, `cert-manager` automatically updat
147148
## Related content
148149
149150
- [Application Gateway for Containers](for-containers/overview.md)
151+
- [Application Gateway for Containers - Cert-Manager + Let's Encrypt](./for-containers/how-to-cert-manager-lets-encrypt-gateway-api.md)

0 commit comments

Comments
 (0)