We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce86cf commit f59b9fdCopy full SHA for f59b9fd
1 file changed
certs/crl/gencrls.sh
@@ -264,7 +264,7 @@ openssl crl -in extra-crls/crlnum_57oct.pem -text > tmp
264
check_result $?
265
mv tmp extra-crls/crlnum_57oct.pem
266
267
-echo "Step 34 larger CRL number( 64 octets )"
+echo "Step 35 larger CRL number( 64 octets )"
268
python3 -c "print('4' * 128)" > crlnumber # 0x41 * 64 = 128 hex chars crlnumber
269
openssl ca -config ../renewcerts/wolfssl.cnf -gencrl -crldays 1000 -out extra-crls/crlnum_64oct.pem -keyfile ../ca-key.pem -cert ../ca-cert.pem
270
0 commit comments