Skip to content

Commit

Permalink
spelling: wildcard
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed May 8, 2022
1 parent 41cd30c commit 72b30df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wildcard-tls-certificate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 72b30df

Please sign in to comment.