mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #5400 from rkrambovitis/patch-2
doc: fix https omission in documentation.
This commit is contained in:
commit
8e4a83c830
@ -129,7 +129,7 @@ If the cluster needs encrypted communication but does not require authenticated
|
|||||||
On each machine, etcd would be started with these flag:
|
On each machine, etcd would be started with these flag:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ etcd --name infra0 --initial-advertise-peer-urls http://10.0.1.10:2380 \
|
$ etcd --name infra0 --initial-advertise-peer-urls https://10.0.1.10:2380 \
|
||||||
--listen-peer-urls https://10.0.1.10:2380 \
|
--listen-peer-urls https://10.0.1.10:2380 \
|
||||||
--listen-client-urls https://10.0.1.10:2379,https://127.0.0.1:2379 \
|
--listen-client-urls https://10.0.1.10:2379,https://127.0.0.1:2379 \
|
||||||
--advertise-client-urls https://10.0.1.10:2379 \
|
--advertise-client-urls https://10.0.1.10:2379 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user