fix self-signed-cert-validity parameter cannot be specified in the config file

This commit is contained in:
tangcong
2021-07-22 23:55:01 +08:00
parent dfd2fea4c5
commit 627d91c89d
2 changed files with 7 additions and 2 deletions

View File

@@ -125,6 +125,9 @@ peer-transport-security:
# Peer TLS using generated certificates.
auto-tls: false
# The validity period of the self-signed certificate, the unit is year.
self-signed-cert-validity: 1
# Enable debug-level logging for etcd.
log-level: debug