mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Documentation/platforms: fix field names in configuration example
This commit is contained in:
parent
135b7f78c9
commit
bfb1d9d6a6
@ -134,13 +134,13 @@ etcd:
|
|||||||
initial_cluster_state: new
|
initial_cluster_state: new
|
||||||
client_cert_auth: true
|
client_cert_auth: true
|
||||||
trusted_ca_file: /etc/ssl/certs/etcd-root-ca.pem
|
trusted_ca_file: /etc/ssl/certs/etcd-root-ca.pem
|
||||||
cert-file: /etc/ssl/certs/s1.pem
|
cert_file: /etc/ssl/certs/s1.pem
|
||||||
key-file: /etc/ssl/certs/s1-key.pem
|
key_file: /etc/ssl/certs/s1-key.pem
|
||||||
peer-client-cert-auth: true
|
peer_client_cert_auth: true
|
||||||
peer-trusted-ca-file: /etc/ssl/certs/etcd-root-ca.pem
|
peer_trusted_ca_file: /etc/ssl/certs/etcd-root-ca.pem
|
||||||
peer-cert-file: /etc/ssl/certs/s1.pem
|
peer_cert_file: /etc/ssl/certs/s1.pem
|
||||||
peer-key-file: /etc/ssl/certs/s1-key.pem
|
peer_key_file: /etc/ssl/certs/s1-key.pem
|
||||||
auto-compaction-retention: 1
|
auto_compaction_retention: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user