mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 22:31:24 +02:00
The error routing only checked for "issuer not found" but not "certificate not found", causing cert-not-found errors to fall through to a generic 500. Broadened the check to match any "not found" error string for both CRL and OCSP handlers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>