From 03bea703ace37db69d523c12ee0c64f6838e8cd6 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 4 Dec 2024 20:09:49 +0100 Subject: [PATCH] wip --- .github/workflows/nss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nss.sh b/.github/workflows/nss.sh index 89c177d04c..e506aaa7d6 100644 --- a/.github/workflows/nss.sh +++ b/.github/workflows/nss.sh @@ -5,7 +5,7 @@ set -x # Setup nss cert db mkdir nssdb -./dist/Debug/bin/certutil -d nssdb -N +./dist/Debug/bin/certutil -d nssdb -N --empty-password ./dist/Debug/bin/certutil -d nssdb -A -a -i wolfssl-julek/certs/test/server-localhost.pem \ -t TCP -n 'wolf localhost'