openwrt-packages/net/acme-common
Sergey Ponomarev 7d07c75154 acme-common: use validation_method option instead of guessing
The new validation_method option can be: dns, webroot or standalone.
Previously we guessed the challenge type:
1. if the DNS provider is specified then it's dns
2. if standalone=1
3. fallback to webroot

The logic is preserved and if the validation_method wasn't set explicitly we'll guess it in old manner.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-03-01 17:01:40 +01:00
..
files acme-common: use validation_method option instead of guessing 2024-03-01 17:01:40 +01:00
Makefile acme-common: no exporting webroot 2023-05-17 17:27:38 +08:00