From 1cbf6fc8c9381f0835530dc0753f7c7af7502d88 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 20 Oct 2017 21:30:52 +0200 Subject: Added NSSDB scripts. --- scripts/nssdb-create.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/nssdb-create.sh') diff --git a/scripts/nssdb-create.sh b/scripts/nssdb-create.sh index 3c02ade..15ea47b 100755 --- a/scripts/nssdb-create.sh +++ b/scripts/nssdb-create.sh @@ -3,6 +3,5 @@ rm -rf nssdb mkdir nssdb echo Secret.123 > nssdb/password.txt -#certutil -N -d nssdb certutil -N -d nssdb -f nssdb/password.txt openssl rand -out nssdb/noise.bin 2048 -- cgit