1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00
This commit is contained in:
Kelly Brazil
2025-05-20 17:58:04 -07:00
parent 0db2ad2f5e
commit f36c713110

View File

@ -137,7 +137,6 @@ Schema:
Examples:
$ cat sample-crl.pem | jc --x509-crl -p
[
{
"tbs_cert_list": {
"version": "v2",
@ -269,7 +268,6 @@ Examples:
},
"signature": "42:21:be:81:f1:c3:79:76:66:5b:ce:21:13:8a:68:a..."
}
]
"""
from typing import List, Dict, Union
import jc.utils