From 17b8830f39915c28afa9c1205597a9e8d491dc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Tue, 5 Dec 2023 11:44:50 +0100 Subject: [PATCH] Update README.md Typo --- docs/examples/auth/client-certs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/auth/client-certs/README.md b/docs/examples/auth/client-certs/README.md index ee8e5715b..7aed26395 100644 --- a/docs/examples/auth/client-certs/README.md +++ b/docs/examples/auth/client-certs/README.md @@ -94,7 +94,7 @@ tls: ## 4. Example / Test -The working .yaml Eyample: [ingress.yaml](ingress.yaml) +The working .yaml Example: [ingress.yaml](ingress.yaml) - Test by performing a curl / wget against the Ingress Path without the Client Cert and expect a Status Code 400 (Bad Request - No required SSL certificate was sent). - Test by performing a curl / wget against the Ingress Path with the Client Cert and expect a Status Code 200.