Sfoglia il codice sorgente

Merge pull request #8968 from rphillips/fixes/1593635

etcd: add clientAuth to server usage
Vadim Rutkovsky 6 anni fa
parent
commit
7da05faeb0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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