1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: uacme
Section: net
Priority: optional
Maintainer: Nicola Di Lieto <nicola.dilieto@gmail.com>
Build-Depends: debhelper-compat (= 12),
autoconf-archive,
pkg-config,
libev-dev,
libgnutls28-dev (>= 3.3),
curl,
libcurl4-gnutls-dev (>= 7.38),
asciidoc,
docbook-xml,
docbook-xsl,
libxml2-utils,
xsltproc
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/ndilieto/uacme
Vcs-Git: https://github.com/ndilieto/uacme.git
Vcs-Browser: https://github.com/ndilieto/uacme
Package: uacme
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lightweight client for the RFC8555 ACMEv2 protocol
uacme is a client for the ACMEv2 protocol described in RFC8555,
written in plain C with minimal dependencies (libcurl and GnuTLS
or mbedTLS). The ACMEv2 protocol allows a Certificate Authority
(<https://letsencrypt.org> is a popular one) and an applicant to
automate the process of verification and certificate issuance.
The protocol also provides facilities for other certificate
management functions, such as certificate revocation.
For more information see <https://tools.ietf.org/html/rfc8555>
|