Fix minor typo in Multi TLS certificate termination
This commit is contained in:
parent
4ef9926f19
commit
f4cdb2e5a8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Multi TLS certificate termination
|
# Multi TLS certificate termination
|
||||||
|
|
||||||
This examples uses 2 different certificates to terminate SSL for 2 hostnames.
|
This example uses 2 different certificates to terminate SSL for 2 hostnames.
|
||||||
|
|
||||||
1. Deploy the controller by creating the rc in the parent dir
|
1. Deploy the controller by creating the rc in the parent dir
|
||||||
2. Create tls secrets for foo.bar.com and bar.baz.com as indicated in the yaml
|
2. Create tls secrets for foo.bar.com and bar.baz.com as indicated in the yaml
|
||||||
|
@ -91,4 +91,4 @@ $ curl https://104.154.30.67 -H 'Host:bar.baz.com' -k
|
||||||
|
|
||||||
$ curl 104.154.30.67
|
$ curl 104.154.30.67
|
||||||
default backend - 404
|
default backend - 404
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue