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.
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.