mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
f213df3127
commit
bc5152a25d
1 changed files with 4 additions and 4 deletions
|
@ -1110,10 +1110,10 @@ (define-public dehydrated
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue