All checks were successful
CI Pipeline / Rust Format Check (push) Successful in 7s
CI Pipeline / Clippy Lints (push) Successful in 50s
CI Pipeline / Rust Unit Tests (push) Successful in 1m9s
CI Pipeline / Security Audit (push) Successful in 5s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 15s
CI Pipeline / Build .deb & Release (push) Has been skipped
The generate_crl() SQL query referenced a non-existent column "not_after" instead of the actual column "expires_at" in the certificates table. This caused a 500 error when requesting the CRL endpoint because PostgreSQL could not find the column. Fixes: CRL endpoint returns 500 Internal Server Error Co-authored-by: Draco Lunaris <331325+Draco-Lunaris@users.noreply.github.com>