name: 'etcd3' data-dir: '/var/lib/etcd' listen-peer-urls: 'https://[::]:2380' listen-client-urls: 'https://[::]:2379' initial-advertise-peer-urls: 'https://[::]:2380' advertise-client-urls: 'https://[::]:2379' initial-cluster: 'etcd1=https://[2a0a:e5c0:0:5:0:78ff:fe11:d761]:2380,etcd2=https://[2a0a:e5c0:0:5:0:78ff:fe11:d762]:2380,etcd3=https://[::]:2380' initial-cluster-token: 'etcd-cluster-1' initial-cluster-state: 'new' enable-v2: false client-transport-security: cert-file: '/root/cert/etcd3.pem' key-file: '/root/cert/etcd3-key.pem' client-cert-auth: true trusted-ca-file: '/root/cert/ca.pem' peer-transport-security: cert-file: '/root/cert/etcd3.pem' key-file: '/root/cert/etcd3-key.pem' peer-client-cert-auth: true trusted-ca-file: '/root/cert/ca.pem'