From b9fa9e2f0041b54c9f6a0597264d8f6c1af12e50 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Tue, 23 Jul 2013 13:02:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa584856..f7827ee46 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ curl http://127.0.0.1:4002/v1/keys/foo {"action":"GET","key":"/foo","value":"bar","index":5} ``` -#### Using Https between server and client +#### Using HTTPS between servers In the previous example we showed how to use SSL client certs for client to server communication. Etcd can also do internal server to server communication using SSL client certs. To do this just change the ```-client*``` flags to ```-server*```. If you are using SSL for server to server communication, you must use it on all instances of etcd.