caddy-revocation-validator
caddy-revocation-validator copied to clipboard
Certificate Revocation check support for caddy
Hi there, First thanks for the great work there ! I'm looking at implementing revocation check but I'm having some issues as I'm using https://github.com/lucaslorentz/caddy-docker-proxy which generate the Caddy config...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.40.1 to 0.42.0. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog tracer for events that happen before / outside of established connection: #4305...
With version 2.8.0 of Caddy, the Caddyfile adapter will have the ability to load client_auth verifier modules with [PR 6022](https://github.com/caddyserver/caddy/pull/6022), so I was hoping to add the below code to...
Repro for Caddy v2.8.4 and this module v1.0.5: ```console $ CADDY_ADMIN="localhost:2019" caddy run & $ curl [email protected] -H "Content-Type: application/json" http://localhost:2019/config/ {"error":"loading new config: loading http app module: provision http:...