docs/security: fixed command typo

`-peer-client-cert-atuh` should be `-peer-client-cert-auth`
This commit is contained in:
Philipp Klose 2015-09-22 02:42:34 +02:00
parent ea3dbfed60
commit 94f3297299
No known key found for this signature in database
GPG Key ID: F2A5FE0995B64476

View File

@ -138,7 +138,7 @@ $ etcd -name infra1 -data-dir infra1 \
# member2 # member2
$ etcd -name infra2 -data-dir infra2 \ $ etcd -name infra2 -data-dir infra2 \
-peer-client-cert-atuh -peer-trusted-ca-file=/path/to/ca.crt -peer-cert-file=/path/to/member2.crt -peer-key-file=/path/to/member2.key \ -peer-client-cert-auth -peer-trusted-ca-file=/path/to/ca.crt -peer-cert-file=/path/to/member2.crt -peer-key-file=/path/to/member2.key \
-initial-advertise-peer-urls=https://10.0.1.11:2380 -listen-peer-urls=https://10.0.1.11:2380 \ -initial-advertise-peer-urls=https://10.0.1.11:2380 -listen-peer-urls=https://10.0.1.11:2380 \
-discovery ${DISCOVERY_URL} -discovery ${DISCOVERY_URL}
``` ```