diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-29 02:54:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-29 16:56:40 +0200 |
commit | bc5152a25d1f1f695f5ccb844cfe30064f91efd2 (patch) | |
tree | 841ba3ad533e8a17acf5409da9ad7f64526e8780 /gnu/packages/tls.scm | |
parent | f213df3127d98e266d09d01c179883fc62f022f2 (diff) | |
download | guix-bc5152a25d1f1f695f5ccb844cfe30064f91efd2.tar.gz |
gnu: dehydrated: Update description.
* gnu/packages/tls.scm (dehydrated)[synopsis, description]: Let's Encrypt hasn't been the only game in ACME town in ages.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index d52a88fc86..5154f2b91f 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -1110,10 +1110,10 @@ coding footprint.") (separator #f) (files '("etc/ssl/certs/ca-certificates.crt"))))) (home-page "https://dehydrated.io/") - (synopsis "Let's Encrypt/ACME client implemented as a shell script") - (description "Dehydrated is a client for signing certificates with an -ACME-server (currently only provided by Let's Encrypt) implemented as a -relatively simple Bash script.") + (synopsis "ACME client implemented as a shell script") + (description "Dehydrated is a client for obtaining certificates from an +ACME server (such as Let's Encrypt) implemented as a relatively simple Bash +script.") (license license:expat))) (define-public go-github-com-certifi-gocertifi |