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
2774c651c5
commit
ccd98ec009
@ -7,7 +7,7 @@ A highly-available key value store for shared configuration and service discover
|
|||||||
* Fast: benchmarked 1000s of writes/s per instance
|
* Fast: benchmarked 1000s of writes/s per instance
|
||||||
* Reliable: Properly distributed using Raft
|
* Reliable: Properly distributed using Raft
|
||||||
|
|
||||||
Etcd is written in go and uses the [raft][raft] consensus algorithm to manage replicated
|
Etcd is written in go and uses the [raft][raft] consensus algorithm to a manage replicated
|
||||||
log for high availability.
|
log for high availability.
|
||||||
|
|
||||||
See [go-etcd][go-etcd] for a native go client. Or feel free to just use curl, as in the examples below.
|
See [go-etcd][go-etcd] for a native go client. Or feel free to just use curl, as in the examples below.
|
||||||
@ -238,7 +238,7 @@ We should see the response as an array of items
|
|||||||
|
|
||||||
which meas `foo=barbar` is a key-value pair under `/foo` and `foo_dir` is a directory.
|
which meas `foo=barbar` is a key-value pair under `/foo` and `foo_dir` is a directory.
|
||||||
|
|
||||||
#### Using Https between server and client
|
#### Using HTTPS between server and client
|
||||||
Etcd supports SSL/TLS and client cert authentication for clients to server, as well as server to server communication
|
Etcd supports SSL/TLS and client cert authentication for clients to server, as well as server to server communication
|
||||||
|
|
||||||
Before that we need to have a CA cert```clientCA.crt``` and signed key pair ```client.crt, client.key``` .
|
Before that we need to have a CA cert```clientCA.crt``` and signed key pair ```client.crt, client.key``` .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user