caddy/modules/caddypki/acmeserver
Mohammed Al Sahaf 931656bd68
acmeserver: add policy field to define allow/deny rules (#5796)
* acmeserver: support specifying the allowed challenge types

* add caddyfile adapt tests

* acmeserver: add `policy` field to define allow/deny rules

* allow `omitempty` to work

* add caddyfile support for `policy`

* remove "uri domain" policy

* fmt the files

* add docs

* do not support `CommonName`; the field is deprecated

* r/DNSDomains/Domains/g

* Caddyfile docs

* add tests

* move `Policy` to top of file
2024-02-24 02:26:00 +03:00
..
acmeserver.go acmeserver: add policy field to define allow/deny rules (#5796) 2024-02-24 02:26:00 +03:00
caddyfile.go acmeserver: add policy field to define allow/deny rules (#5796) 2024-02-24 02:26:00 +03:00
challenges.go acmeserver: support specifying the allowed challenge types (#5794) 2024-02-08 11:42:03 +03:00
policy.go acmeserver: add policy field to define allow/deny rules (#5796) 2024-02-24 02:26:00 +03:00
policy_test.go acmeserver: add policy field to define allow/deny rules (#5796) 2024-02-24 02:26:00 +03:00