Parse Certificate
parse_certificateParse X.509 certificates to extract their structure, details, and CDP, AIA, OCSP resource plans without network access.
Instructions
Parse an X.509 certificate with CertGadgets and return its structure, details, and CDP/AIA/OCSP resource plans without network access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | X.509 certificate as DER, PEM, HEX, or base64 text. | |
| format | No | Input format. Use auto to detect PEM, HEX, base64, DER, or BER. | auto |
| sourceName | No | Optional source filename or label. | |
| maxDepth | No | Maximum certificate tree depth to include. | |
| includeDer | No | Include full DER bytes for certificate tree nodes. | |
| derEncoding | No | Output encoding for returned bytes. |