0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-04 02:02:53 -05:00
caddy/caddytest
Matt Holt 57c5b921a4
caddytls: Make on-demand 'ask' permission modular (#6055)
* caddytls: Make on-demand 'ask' permission modular

This makes the 'ask' endpoint a module, which means that developers can
write custom plugins for granting permission for on-demand certificates.

Kicking myself that we didn't do it this way at the beginning, but who coulda known...

* Lint

* Error on conflicting config

* Fix bad merge

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-01-30 16:11:29 -07:00
..
integration caddytls: Make on-demand 'ask' permission modular (#6055) 2024-01-30 16:11:29 -07:00
a.caddy.localhost.crt
a.caddy.localhost.key
caddy.ca.cer
caddy.localhost.crt
caddy.localhost.key
caddytest.go chore: enabling a few more linters (#5961) 2024-01-25 15:24:58 +00:00
caddytest_test.go