Fix minor typo in HAProxy Multi TLS certificate termination
This commit is contained in:
parent
4ef9926f19
commit
50bd88905c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# HAProxy 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.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -70,4 +70,4 @@ $ openssl s_client -connect 10.129.51.55:31578 -servername bar.foo
|
|||
subject=/CN=bar.foo
|
||||
issuer=/CN=bar.foo
|
||||
---
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue