certutil

NSS 데이터베이스와 기타 NSS 토큰 모두에서 키와 인증서를 관리. 더 많은 정보: https://manned.org/certutil.

certutil -N -d .

certutil -L -d .

certutil -K -d . -f {{경로/대상/패스워드_파일.txt}}

certutil -A -n "{{서버_인증서}}" -t ",," -i {{경로/대상/파일.crt}} -d .

certutil -S -f {{경로/대상/패스워드_파일.txt}} -d . -t ",," -c "{{서버_인증서}}" -n "{{서버_이름}}" -g {{2048}} -s "CN={{공통_이름}},O={{조직}}"