Beheer sleutels en certificaten in zowel NSS-databases als andere NSS-tokens. Meer informatie: https://manned.org/certutil.
certutil -N -d .
certutil -L -d .
certutil -K -d . -f {{pad/naar/wachtwoord_bestand.txt}}
certutil -A -n "{{server_certificaat}}" -t ",," -i {{pad/naar/bestand.crt}} -d .
certutil -S -f {{pad/naar/wachtwoordbestand.txt}} -d . -t ",," -c "{{server_certificaat}}" -n "{{server_naam}}" -g {{2048}} -s "CN={{common_name}},O={{organisatie}}"