* feat: add support for base64 encoded client certificate chain#6920
* feat: add support for base64 encoded client certificate chain#6920xz64 wants to merge 1 commit intocaddyserver:masterfrom
Conversation
|
Sorry this took so long to review. I'm not sure I agree with the placeholder using a newline as delimiter in the chain. The problem is that if someone tries to use this in an HTTP header to pass the chain from Caddy to their proxied app, the newline is awkward. In fact, there's an RFC that defines how we should probably do this, RFC 9440 In other words, the header value for I think we should probably design this such that adding these headers to the request is as easy as possible. |
|
I'll close this as inactive for now, but we can reopen, or you can make a new PR if you'd like to take a shot at addressing the feedback. Thanks! |
Addresses #6921