Package dehydrated: Information
Source package: dehydrated
Version: 0.7.2-alt1
Build time: Oct 5, 2025, 02:22 AM
Category: Security/Networking
Report package bugHome page: https://github.com/lukas2511/dehydrated
License: MIT
Summary: ACME client for signing certificates implemented in Bash
Description:
The dehydrated ACME client for signing certificates with an ACME (Automated Certificate Management Environment) server (currently only provided by Let's Encrypt certificate authority). It is implemented as a relatively simple bash-script that uses the openssl utility for handling keys and certificates, and cURL to communicate with the ACME server. The ACME (Automated Certificate Management Environment) protocol makes it possible to automatically obtain browser-trusted certificate. 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
Maintainer: Nikolay A. Fetisov
Last changed
Oct. 4, 2025 Nikolay A. Fetisov 0.7.2-alt1
- New version + compatibility with OpenSSL version 3.2+ + support for multiple ACME accounts
Jan. 14, 2023 Nikolay A. Fetisov 0.7.1-alt1
- New version
Jan. 11, 2022 Nikolay A. Fetisov 0.7.0-alt2
- Add missed requires on openssl binary