Bläddra i källkod

etcd: add clientAuth to server usage

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
Ryan Phillips 6 år sedan
förälder
incheckning
f1d9190a7b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      roles/etcd/templates/openssl_append.j2

+ 1 - 1
roles/etcd/templates/openssl_append.j2

@@ -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