parse_certificate
Parse an X.509 certificate in PEM format to extract its subject, issuer, and validity dates.
Instructions
Parse X.509 certificate.
Args: certificate_pem: Certificate in PEM format.
Returns: Dictionary with 'subject', 'issuer', 'not_valid_before', 'not_valid_after'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| certificate_pem | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||