letsencrypt/acme client implemented as a shell-script
https://github.com/lukas2511/dehydrated
A client for signing certificates with an ACME-server (currently only provided by letsencrypt) implemented as a relatively simple bash-script.
It uses the openssl utility for everything related to actually handling keys and certificates, so you need to have that installed.
Other dependencies are: curl, sed, grep, mktemp (all found on almost any system, curl being the only exception)
Current features:
* Signing of a list of domains
* Signing of a CSR
* Renewal if a certificate is about to expire or SAN (subdomains) changed
* Certificate revocation
- Developed at security:dehydrated
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/dehydrated && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.Fedora | 0000000163 163 Bytes | |
README.hooks | 0000000223 223 Bytes | |
README.maintainer | 0000008378 8.18 KB | |
acme-challenge.conf.apache.in | 0000000327 327 Bytes | |
acme-challenge.conf.nginx.in | 0000000528 528 Bytes | |
dehydrated-0.7.0.tar.gz | 0000086574 84.5 KB | |
dehydrated-0.7.0.tar.gz.asc | 0000000488 488 Bytes | |
dehydrated-rpmlintrc | 0000000048 48 Bytes | |
dehydrated.changes | 0000017922 17.5 KB | |
dehydrated.cron.in | 0000000249 249 Bytes | |
dehydrated.keyring | 0000002353 2.3 KB | |
dehydrated.service.in | 0000000420 420 Bytes | |
dehydrated.spec | 0000009409 9.19 KB | |
dehydrated.timer | 0000000168 168 Bytes | |
dehydrated.tmpfiles.d | 0000000135 135 Bytes |
Revision 21 (latest revision is 27)
Richard Brown (RBrownSUSE)
accepted
request 876590
from
Daniel Molkentin (dmolkentin)
(revision 21)
- Clarified new default settings. KEY_ALGO=secp384r1. Please consult README.maintainer for details and how to return to RSA-based certificate issuance. (jsc#ECO-3435, jsc#SLE-15909) - Added a note about ACMEv1 deprecation - Added a note on new ACME providers and the new non-URL provider syntax See README.maintainer for details.
Comments 0