aboutsummaryrefslogtreecommitdiff
path: root/net/uacme
Commit message (Collapse)AuthorAge
* uacme: remove cron entry on package removalWren Turkal2020-05-28
| | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>
* uacme: add support for user-provided setup and cleanup scriptsAntti Seppälä2020-04-30
| | | | | | | | | | | Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of uacme. This helps users with more complex use-cases to utilize uacme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* uacme: update to 1.2.1Antti Seppälä2020-04-18
| | | | | | | | Update to latest release. Do not compile optional ualpn binary. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* uacme: update to 1.0.22Rosen Penev2020-02-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* uacme: add packageLucian Cristian2019-10-10
lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS). Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>