summaryrefslogtreecommitdiffstats
path: root/scripts/nssdb-create.sh
blob: 15ea47b2d6cede1f73eb7a4689503e8bc21d07cb (plain)
1
2
3
4
5
6
7
#!/bin/sh

rm -rf nssdb
mkdir nssdb
echo Secret.123 > nssdb/password.txt
certutil -N -d nssdb -f nssdb/password.txt
openssl rand -out nssdb/noise.bin 2048