Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Dec 4, 2024
1 parent 7eebcb3 commit 03bea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 03bea70

Please sign in to comment.