aboutsummaryrefslogtreecommitdiff
path: root/net/acme-common/files/acme.init
Commit message (Collapse)AuthorAge
* acme-common: use validation_method option instead of guessingSergey Ponomarev2024-03-01
| | | | | | | | | | | | 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>
* acme: standardize key_typeGlen Huang2023-05-18
| | | | | | | | | | keylength, being an acme.sh value type, uses pure numbers for rsa keys. This can be disorienting for other acme clients. This change introduces a new option "key_type" that aims to remove this ambiguity, and makes all key type names follow the same pattern, making acme-common more client agnostic. Signed-off-by: Glen Huang <me@glenhuang.com>
* acme-common: no exporting webrootGlen Huang2023-05-17
| | | | | | | | | ACME clients shouldn't deal with deprecated values. They should be processed by acme-common. Reformatting is done by shfmt. Signed-off-by: Glen Huang <me@glenhuang.com>
* acme: fix incompatibilty with image builderGlen Huang2023-03-03
| | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: merge cli into init scriptGlen Huang2023-03-01
| | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: use the hotplug systemGlen Huang2022-08-16
Signed-off-by: Glen Huang <heyhgl@gmail.com>