uacme: add package 9150/head
authorLucian Cristian <lucian.cristian@gmail.com>
Sun, 29 Sep 2019 14:33:56 +0000 (17:33 +0300)
committerLucian Cristian <lucian.cristian@gmail.com>
Thu, 10 Oct 2019 15:55:52 +0000 (18:55 +0300)
commitcb81ac1e06c3b95fd2af366d8017c3cf1d35cc9f
tree52568a2024a6a12d0c1f587f22e8c1931c00496b
parentb923c4dd65f971405c3f4316c333505402b62f04
uacme: add package

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>
net/uacme/Makefile [new file with mode: 0644]
net/uacme/files/acme.config [new file with mode: 0644]
net/uacme/files/acme.init [new file with mode: 0644]
net/uacme/files/run.sh [new file with mode: 0644]