Etcd requires clientAuth and serverAuth usage in the server certificate due to the embedded grpc server. [1] [1](https://github.com/coreos/etcd/issues/8603) Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1593635
@@ -39,7 +39,7 @@ subjectKeyIdentifier = hash
[ {{ etcd_ca_exts_server }} ]
authorityKeyIdentifier = keyid,issuer:always
basicConstraints = critical,CA:FALSE
-extendedKeyUsage = serverAuth
+extendedKeyUsage = serverAuth,clientAuth
keyUsage = digitalSignature,keyEncipherment
subjectKeyIdentifier = hash