caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
55.48k stars 3.91k forks source link

caddytls: Support new tls.context module #6369

Open mholt opened 4 weeks ago

mholt commented 4 weeks ago

This allows modules to manipulate the context passed into CertMagic's GetCertificate function, which can be useful for tracing/metrics, or other custom logic.

This is experimental and may resolve the request of a sponsor, so we'll see how it goes!