dehydrated-io/dehydrated

ACME client implemented as a simple shell-script – just add water

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 10th, 2026
Created on December 5th, 2015
Open Issues & Pull Requests: 85 (+0)
GitHub issues: Enabled
Number of forks: 724
Total Stargazers: 6,249 (+0)
Total Subscribers: 160 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.7 hours
Mean response time: 22.2 days
90th percentile: 113.5 days
Tracked items: 38

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 619 days
Stale 30+ days: 19
Stale 90+ days: 17

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • testing (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Dehydrated is an ACME client implemented as a shell script that automates the provisioning and renewal of TLS certificates from ACME-compatible certificate authorities.

The tool solves the problem of obtaining and maintaining valid TLS certificates by implementing the ACME protocol in pure shell script. It communicates with ACME servers to validate domain ownership, retrieve signed certificates, and handle renewals. The shell-script approach means it has minimal dependencies and can run on systems where installing additional software is impractical or undesirable. Users configure it through simple configuration files and hook scripts, allowing integration with their existing infrastructure and certificate deployment workflows.

Dehydrated suits projects that need straightforward certificate automation without heavyweight dependencies. It works well in containerized environments, on embedded systems, or in minimal server setups where a full-featured client framework would be overkill. The shell-script implementation makes it particularly valuable for systems administrators who prefer to understand and modify their tooling directly. It supports multiple ACME providers including those compatible with the protocol standard, giving flexibility in certificate authority choice.

The project maintains steady activity with regular commits addressing bug fixes and compatibility improvements. Development focuses on keeping the codebase lean and functional rather than expanding feature scope. The maintainers respond to issues and pull requests, indicating active stewardship of the tool's reliability and compatibility with evolving ACME server implementations.