From 08f82deb9157e5f20c2fabaa84b2fc21f56fd780 Mon Sep 17 00:00:00 2001 From: TAIWO LAWAL <50557587+Taiwolawal@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:11:50 +0100 Subject: [PATCH] added cluster issuer docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e43d88a..f1e6048 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,15 @@ We will install cert-manager and use letsencrypt to automatically obtain TLS cer Ensure its deployed in istio-ingress namespace where you have the gateway pod -![apiVersion cert-manager iov1](https://github.com/Taiwolawal/istio-project/assets/50557587/f7d29bb4-5d6f-4be7-b631-f66a8a028811) - To automatically obtain TLS certificate from Letsencrypt we need to creat a cluster issuer. Ensure you specify the ingress class to use solve http01 challenge When you create these certificate, the cert-manager will obtain a certificate from letsencrypt and store it in kubernetes secret. The certificate is valid for 90 days and the cert-manager will automatically renew and update the secret +![image](https://github.com/Taiwolawal/istio-project/assets/50557587/0d06ce3d-2807-409b-b1b1-b634f3661b72) + + +![apiVersion cert-manager iov1](https://github.com/Taiwolawal/istio-project/assets/50557587/f7d29bb4-5d6f-4be7-b631-f66a8a028811) + Pasted Graphic 53 Now, we need to update the gateway file with port 443