From 50bd88905c6fead34ffb2d9742d945e8c71120f8 Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Thu, 17 Aug 2017 03:11:35 +0530 Subject: [PATCH] Fix minor typo in HAProxy Multi TLS certificate termination --- examples/multi-tls/haproxy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/multi-tls/haproxy/README.md b/examples/multi-tls/haproxy/README.md index 402585f8a..d03f4c709 100644 --- a/examples/multi-tls/haproxy/README.md +++ b/examples/multi-tls/haproxy/README.md @@ -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 --- -``` \ No newline at end of file +```