Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | acme: deprecate state_dir | Glen Huang | 2022-12-14 |
| | | | | | | | | | | | | | state_dir is actually a hardcoded value in conffiles. Allowing users to customize it could result in losing certificates after upgrading if they don't also specify the dir as being preserved. We shouldn't default to this dangerous behavior. With the new ACME package, certificates live in the standard location /etc/ssl/acme, users who need to do certificate customizations should look for them in that dir instead. Signed-off-by: Glen Huang <i@glenhuang.com> | ||
* | acme: fix staging option | Glen Huang | 2022-10-24 |
| | | | | | | | Legacy use_staging option was not respected, and the example config still use the legacy name. Signed-off-by: Glen Huang <i@glenhuang.com> | ||
* | acme: use the hotplug system | Glen Huang | 2022-08-16 |
Signed-off-by: Glen Huang <heyhgl@gmail.com> |