From: Ward Vandewege Date: Wed, 30 May 2018 20:37:23 +0000 (-0400) Subject: Tweak the ssl.conf generated by cert-gen.sh, so that pycurl doesn't trip itself X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/a96be51784a991de5b4af007290b4c29b4957e41 Tweak the ssl.conf generated by cert-gen.sh, so that pycurl doesn't trip itself up with the error message gnutls_handshake() failed: Key usage violation in certificate has been detected. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/charts/arvados/cert-gen.sh b/charts/arvados/cert-gen.sh index 8558cb3..bdcf809 100755 --- a/charts/arvados/cert-gen.sh +++ b/charts/arvados/cert-gen.sh @@ -20,7 +20,7 @@ prompt = no CN = arvados-test-cert [v3_req] -keyUsage = keyEncipherment, dataEncipherment +keyUsage = keyEncipherment, dataEncipherment, digitalSignature extendedKeyUsage = serverAuth subjectAltName = @alt_names