Fetch Certificate Network Resources
fetch_certificate_network_resourcesFetch HTTP(S) CDP, AIA, and OCSP resources discovered in an X.509 certificate. Parses the certificate locally and performs network requests to retrieve associated data.
Instructions
Fetch HTTP(S) CDP/AIA/OCSP-related resources discovered in an X.509 certificate. Parsing itself is local; this tool performs external 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. | |
| resourceKinds | No | Limit fetched resources to selected kinds. | |
| urls | No | Limit fetching to specific URLs discovered in the certificate. | |
| timeoutMs | No | Per-resource network timeout in milliseconds. | |
| maxBytes | No | Maximum response bytes per resource. | |
| maxResources | No | Maximum number of resources to fetch. | |
| encoding | No | Output encoding for returned bytes. |