mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional: disable auto TLS
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
8f59849ca2
commit
4e11cea8cb
@ -15,14 +15,14 @@ agent-configs:
|
|||||||
election-timeout: 1000
|
election-timeout: 1000
|
||||||
listen-client-urls: ["http://127.0.0.1:1379"]
|
listen-client-urls: ["http://127.0.0.1:1379"]
|
||||||
advertise-client-urls: ["http://127.0.0.1:1379"]
|
advertise-client-urls: ["http://127.0.0.1:1379"]
|
||||||
auto-tls: true
|
auto-tls: false
|
||||||
client-cert-auth: false
|
client-cert-auth: false
|
||||||
cert-file: ""
|
cert-file: ""
|
||||||
key-file: ""
|
key-file: ""
|
||||||
trusted-ca-file: ""
|
trusted-ca-file: ""
|
||||||
listen-peer-urls: ["http://127.0.0.1:1380"]
|
listen-peer-urls: ["http://127.0.0.1:1380"]
|
||||||
initial-advertise-peer-urls: ["http://127.0.0.1:13800"]
|
initial-advertise-peer-urls: ["http://127.0.0.1:13800"]
|
||||||
peer-auto-tls: true
|
peer-auto-tls: false
|
||||||
peer-client-cert-auth: false
|
peer-client-cert-auth: false
|
||||||
peer-cert-file: ""
|
peer-cert-file: ""
|
||||||
peer-key-file: ""
|
peer-key-file: ""
|
||||||
@ -64,14 +64,14 @@ agent-configs:
|
|||||||
election-timeout: 1000
|
election-timeout: 1000
|
||||||
listen-client-urls: ["http://127.0.0.1:2379"]
|
listen-client-urls: ["http://127.0.0.1:2379"]
|
||||||
advertise-client-urls: ["http://127.0.0.1:2379"]
|
advertise-client-urls: ["http://127.0.0.1:2379"]
|
||||||
auto-tls: true
|
auto-tls: false
|
||||||
client-cert-auth: false
|
client-cert-auth: false
|
||||||
cert-file: ""
|
cert-file: ""
|
||||||
key-file: ""
|
key-file: ""
|
||||||
trusted-ca-file: ""
|
trusted-ca-file: ""
|
||||||
listen-peer-urls: ["http://127.0.0.1:2380"]
|
listen-peer-urls: ["http://127.0.0.1:2380"]
|
||||||
initial-advertise-peer-urls: ["http://127.0.0.1:23800"]
|
initial-advertise-peer-urls: ["http://127.0.0.1:23800"]
|
||||||
peer-auto-tls: true
|
peer-auto-tls: false
|
||||||
peer-client-cert-auth: false
|
peer-client-cert-auth: false
|
||||||
peer-cert-file: ""
|
peer-cert-file: ""
|
||||||
peer-key-file: ""
|
peer-key-file: ""
|
||||||
@ -113,14 +113,14 @@ agent-configs:
|
|||||||
election-timeout: 1000
|
election-timeout: 1000
|
||||||
listen-client-urls: ["http://127.0.0.1:3379"]
|
listen-client-urls: ["http://127.0.0.1:3379"]
|
||||||
advertise-client-urls: ["http://127.0.0.1:3379"]
|
advertise-client-urls: ["http://127.0.0.1:3379"]
|
||||||
auto-tls: true
|
auto-tls: false
|
||||||
client-cert-auth: false
|
client-cert-auth: false
|
||||||
cert-file: ""
|
cert-file: ""
|
||||||
key-file: ""
|
key-file: ""
|
||||||
trusted-ca-file: ""
|
trusted-ca-file: ""
|
||||||
listen-peer-urls: ["http://127.0.0.1:3380"]
|
listen-peer-urls: ["http://127.0.0.1:3380"]
|
||||||
initial-advertise-peer-urls: ["http://127.0.0.1:33800"]
|
initial-advertise-peer-urls: ["http://127.0.0.1:33800"]
|
||||||
peer-auto-tls: true
|
peer-auto-tls: false
|
||||||
peer-client-cert-auth: false
|
peer-client-cert-auth: false
|
||||||
peer-cert-file: ""
|
peer-cert-file: ""
|
||||||
peer-key-file: ""
|
peer-key-file: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user