mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Update README.md
This commit is contained in:
parent
ccd98ec009
commit
b9fa9e2f00
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user