From f4cdb2e5a8cbe6d76d41f6403d08d60f61211879 Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Thu, 17 Aug 2017 03:13:20 +0530 Subject: [PATCH] Fix minor typo in Multi TLS certificate termination --- examples/multi-tls/nginx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/multi-tls/nginx/README.md b/examples/multi-tls/nginx/README.md index ef4cd65bb..7eddc42d2 100644 --- a/examples/multi-tls/nginx/README.md +++ b/examples/multi-tls/nginx/README.md @@ -1,6 +1,6 @@ # 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 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 default backend - 404 -``` \ No newline at end of file +```