zcertificate
zcertificate copied to clipboard
It is not proper to place "signature" at the level same to the level of fields like "version" in the "parsed"
In the JSON output of ZCertificate, all fields are placed in a dict. The key "signature" is placed at the level same to that of keys like "version". This does not conform to the structure specified in RFC 5280. The "signature" should be placed at the level same to that of tbsCertificate which contains "version", "serial number" and so on.