5 kx
5 kx Scripts make-cert.pl and make-splitted.sh used to create splitted
5 kx certificates ftom mozilla certdata.txt file:
5 kx
5 kx mkdir tmp
5 kx cp mozilla/certdata.txt tmp/
5 kx cp make-cert.pl make-splitted.sh tmp/
5 kx chmod a+x tmp/make-cert.pl tmp/make-splitted.sh
5 kx cd tmp
5 kx ./make-splitted.sh 20210320
5 kx
5 kx where 20191101 is a version of certdata.txt.
5 kx
5 kx This scripts are deprecated. They not ignore certs with following
5 kx CKA_TRUST_SERVER_AUTH value:
5 kx
5 kx CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_MUST_VERIFY_TRUST
5 kx -------------------------