File: control

package info (click to toggle)
uacme 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,620 kB
  • sloc: ansic: 19,729; sh: 1,754; makefile: 85
file content (34 lines) | stat: -rw-r--r-- 1,306 bytes parent folder | download | duplicates (2)
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>