override ETCD_SERVER with https instead http when mTLS is enabled

This commit is contained in:
Wenjia Zhang
2019-04-14 22:11:37 -07:00
parent 552d1ebd70
commit 80c4bccf0f
3 changed files with 27 additions and 10 deletions

View File

@@ -376,7 +376,8 @@ function generate-etcd-cert() {
"usages": [
"signing",
"key encipherment",
"server auth"
"server auth",
"client auth"
]
},
"client": {