diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 20:14:15 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 20:14:15 +0100 | 
| commit | e8b2103f22f075217fc00cce56c0e91823a29310 (patch) | |
| tree | c8c8e95b94ed329ab8a2485c6e8836bb70314768 /debian/control | |
| parent | 4e0a55fb382a5ce33912643ec07b59800d497f23 (diff) | |
New lacme-accountd Suggests: openssl, gpg.
For account key generation using genpkey(1ssl) resp. decryption.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/debian/control b/debian/control index 2b43b79..c1417b9 100644 --- a/debian/control +++ b/debian/control @@ -55,6 +55,7 @@ Package: lacme-accountd  Architecture: all  Depends: libconfig-tiny-perl, libjson-perl, ${misc:Depends}, ${perl:Depends}  Recommends: libcrypt-openssl-rsa-perl +Suggests: gpg, openssl  Description: lacme account key manager   lacme is an ACME client written with process isolation and minimal privileges   in mind.  It is divided into four components, each with its own executable: | 
