1 This is a TBSCertificate which omits the version field (meaning it is v1).
5 -----BEGIN TBS CERTIFICATE-----
6 MBwCAQEwAwQBATADBAEFMAMEAQgwAwQBCjADBAHz
7 -----END TBS CERTIFICATE-----
9 $ openssl asn1parse -i < [TBS CERTIFICATE]
10 0:d=0 hl=2 l= 28 cons: SEQUENCE
11 2:d=1 hl=2 l= 1 prim: INTEGER :01
12 5:d=1 hl=2 l= 3 cons: SEQUENCE
13 7:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:01
14 10:d=1 hl=2 l= 3 cons: SEQUENCE
15 12:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:05
16 15:d=1 hl=2 l= 3 cons: SEQUENCE
17 17:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:08
18 20:d=1 hl=2 l= 3 cons: SEQUENCE
19 22:d=2 hl=2 l= 1 prim: OCTET STRING :
21 25:d=1 hl=2 l= 3 cons: SEQUENCE
22 27:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:F3
26 -----BEGIN SERIAL NUMBER-----
28 -----END SERIAL NUMBER-----
32 -----BEGIN SIGNATURE ALGORITHM-----
34 -----END SIGNATURE ALGORITHM-----
36 $ openssl asn1parse -i < [SIGNATURE ALGORITHM]
37 0:d=0 hl=2 l= 3 cons: SEQUENCE
38 2:d=1 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:01
42 -----BEGIN ISSUER-----
46 $ openssl asn1parse -i < [ISSUER]
47 0:d=0 hl=2 l= 3 cons: SEQUENCE
48 2:d=1 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:05
52 -----BEGIN VALIDITY-----
54 -----END VALIDITY-----
56 $ openssl asn1parse -i < [VALIDITY]
57 0:d=0 hl=2 l= 3 cons: SEQUENCE
58 2:d=1 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:08
62 -----BEGIN SUBJECT-----
66 $ openssl asn1parse -i < [SUBJECT]
67 0:d=0 hl=2 l= 3 cons: SEQUENCE
68 2:d=1 hl=2 l= 1 prim: OCTET STRING :
76 $ openssl asn1parse -i < [SPKI]
77 0:d=0 hl=2 l= 3 cons: SEQUENCE
78 2:d=1 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:F3