Skip to content

Pass CRL override and extensions through the HTTP sign API - #1444

Open
Hashim1999164 wants to merge 1 commit into
cloudflare:masterfrom
Hashim1999164:fix/signhandler-crl-override-extensions
Open

Pass CRL override and extensions through the HTTP sign API#1444
Hashim1999164 wants to merge 1 commit into
cloudflare:masterfrom
Hashim1999164:fix/signhandler-crl-override-extensions

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Aug 12, 2026

Copy link
Copy Markdown

The HTTP sign handler unmarshals into a thinner request type and never copies crl_override or extensions onto the signer request.

The local signer already honors those fields. This copies them in both jsonReqToTrue return paths.

Fixes #1439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crl_override (and extensions) in /api/v1/sign request body are silently ignored by the HTTP API

1 participant