We have a project to parse the information in leaf_input and monitor certificates of domains/organization are issued.
We use Python to deal with this.
get-entries api will return a list of entries with leaf_input and extra_data, I think we only need to parse leaf_input.
According to the doc https://tools.ietf.org/html/rfc6962, the leaf_input is in base64 format, and we use b64decode to decode the data, and the data doesn't looks like readable. Any one know how to parse the information in leaf_input.