java-topology/test/jdk/sun/security/pkcs11/Secmod/README-SQLITE
russell@unturf.com 0a580b313d undefect. CWE-407 — 63 sites patched across 27 ecosystems
Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com

Patches, unit tests, benchmarks, whitepaper, and outreach briefs.
Public domain — no copyright claimed. Use freely.
2026-03-26 17:11:57 -04:00

8 lines
294 B
Text

// How to create key4.db and cert9.db
cd <path-for-db>
echo "" > 1
echo "test12" > 2
modutil -create -force -dbdir sql:/$(pwd)
modutil -list "NSS Internal PKCS #11 Module" -dbdir sql:/$(pwd)
modutil -changepw "NSS Certificate DB" -force -dbdir sql:/$(pwd) -pwfile $(pwd)/1 -newpwfile $(pwd)/2