Use HTTPS as etcd-apiserver protocol when mTLS is enabled

This commit is contained in:
Wenjia Zhang
2019-07-20 14:24:31 -07:00
parent 8d4c49faae
commit 2e61ae0c56
3 changed files with 26 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": {