diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:16:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:21:25 +0200 |
commit | 0198064fb10532c8fe8657082d6ffc3eeb85bbb9 (patch) | |
tree | 30c1cab5ff7978daa94ba3016df0398fe2287bec | |
parent | cc7186cf8cd816c8e1b5af7d008a429a3a2debaa (diff) |
Rename ‘letsencrypt-tiny’ to ‘lacme’.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/manpages | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f973168..3f905f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -letsencrypt-tiny (0.1-1) UNRELEASED; urgency=low +lacme (0.1-1) UNRELEASED; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 64a5128..722d840 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, Recommends: liblwp-protocol-https-perl, libcrypt-openssl-bignum-perl, libcrypt-openssl-rsa-perl Description: ACME client written with process isolation and minimal privileges in mind - Small ACME client written with process isolation and minimal privileges in - mind. It is divided into four components, each with its own executable: + lacme is divided into four components, each with its own executable: . * A process to manage the account key and issue SHA-256 signatures needed for each ACME command. (This process binds to a UNIX-domain socket to reply to diff --git a/debian/manpages b/debian/manpages index 44f58b7..5ce1b20 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1 +1,2 @@ -letsencrypt.1 +lacme.1 +lacme-accountd.1 |