]> git.proxmox.com Git - proxmox-acme.git/commitdiff
d/control: fix descriptions
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 May 2021 08:47:42 +0000 (10:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 May 2021 12:32:24 +0000 (14:32 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 1017fdc1f9bfe0f3b2cbc8b244794553e32a2566..be0166175369d93ddba9c335a93545b4f4fcfb3c 100644 (file)
@@ -14,8 +14,9 @@ Depends: libpve-common-perl (>= 6~),
          ${misc:Depends},
 Breaks: libpve-common-perl (<< 6.0-20),
 Replaces: libpve-common-perl (<< 6.0-20),
-Description: easy and small shell script to automatically issue
- and renew the free certificates from Let's Encrypt.
+Description: Proxmox ACME integration perl library
+ Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
+ challenges.
 
 Package: libproxmox-acme-plugins
 Architecture: all
@@ -26,5 +27,6 @@ Depends: coreutils (>= 8.30-1),
 Breaks: libproxmox-acme-perl (<< 1.1.0),
 Replaces: libproxmox-acme-perl (<< 1.1.0),
 Recommends: idn,
-Description: easy and small shell script to automatically issue
- and renew the free certificates from Let's Encrypt.
+Description: Proxmox acme.sh wrapper for DNS API plugins
+ Used in Proxmox project to provide DNS API plugins for issuing ACME DNS
+ challenges with a small wrapper executable.