Archived
1
0
Fork 0

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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-29 02:54:21 +02:00
parent f213df3127
commit bc5152a25d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1110,10 +1110,10 @@ coding footprint.")
(separator #f) (separator #f)
(files '("etc/ssl/certs/ca-certificates.crt"))))) (files '("etc/ssl/certs/ca-certificates.crt")))))
(home-page "https://dehydrated.io/") (home-page "https://dehydrated.io/")
(synopsis "Let's Encrypt/ACME client implemented as a shell script") (synopsis "ACME client implemented as a shell script")
(description "Dehydrated is a client for signing certificates with an (description "Dehydrated is a client for obtaining certificates from an
ACME-server (currently only provided by Let's Encrypt) implemented as a ACME server (such as Let's Encrypt) implemented as a relatively simple Bash
relatively simple Bash script.") script.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-certifi-gocertifi (define-public go-github-com-certifi-gocertifi