From 36adcbef880607d86ed8ffe9d75f85c60de46bdc Mon Sep 17 00:00:00 2001 From: Volodymyr Khoroz Date: Tue, 13 Feb 2024 19:42:21 +0200 Subject: [PATCH] Fix: do not add keyEncipherment or keyAgreement to our TLS cert These are not relevant for the EC key type. Signed-off-by: Volodymyr Khoroz --- x509/bash.go | 2 +- x509/common_test.go | 4 ++-- x509/golang.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x509/bash.go b/x509/bash.go index 6cb346d6..0c60fb2a 100644 --- a/x509/bash.go +++ b/x509/bash.go @@ -182,7 +182,7 @@ dns=$(openssl req -text -noout -verify -in $csr | grep DNS:) echo "signing with dns name: $dns" 1>&2 cat >server.ext <