From 72b30df530960cef7562d024e6f92c2f2d767560 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 3 May 2022 23:50:49 -0400 Subject: [PATCH] spelling: wildcard Signed-off-by: Josh Soref --- examples/wildcard-tls-certificate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wildcard-tls-certificate/README.md b/examples/wildcard-tls-certificate/README.md index b2fd4cded2..777b3bef17 100644 --- a/examples/wildcard-tls-certificate/README.md +++ b/examples/wildcard-tls-certificate/README.md @@ -9,7 +9,7 @@ The wildcard TLS certificate simplifies the configuration of TLS termination if Start the Ingress Controller with the `-wildcard-tls-secret` [command-line argument](https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/command-line-arguments/#cmdoption-wildcard-tls-secret) set to a TLS secret with a wildcard cert/key. For example: ```yaml --wildcard-tls-secret=nginx-ingress/wildlcard-tls-secret +-wildcard-tls-secret=nginx-ingress/wildcard-tls-secret ``` **Note**: the Ingress Controller supports only one wildcard TLS secret.