# Installer dehydrated avec Homebrew, apk, apt, dnf, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dehydrated pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dehydrated
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dehydrated
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dehydrated
```

  Preuve: Alpine Linux edge package indexes: dehydrated from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install dehydrated
```

  Preuve: Debian stable package indexes: dehydrated from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install dehydrated
```

  Preuve: Fedora Rawhide package metadata: dehydrated from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#dehydrated
```

  Preuve: nixpkgs package indexes: pkgs/by-name/de/dehydrated/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S dehydrated
```

  Preuve: Arch Linux sync databases: dehydrated from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install dehydrated
```

  Preuve: openSUSE Tumbleweed package metadata: dehydrated from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:dehydrated
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/dehydrated>
- **Version:** 0.7.2
- **Résumé source:** LetsEncrypt/acme client implemented as a shell-script
- **Page d'accueil:** <https://dehydrated.io>
- **Dépôt:** <https://github.com/dehydrated-io/dehydrated>
- **Docs amont:** <https://github.com/dehydrated-io/dehydrated#readme>
- **Licence:** MIT
- **Archive source:** <https://github.com/dehydrated-io/dehydrated/archive/refs/tags/v0.7.2.tar.gz>
- **Généré:** 2026-07-10T07:20:53+00:00

## exécutables

- dehydrated (cli)
- dehydrated (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-10
- version du gestionnaire: 0.7.2
- données locales: OK
- dépôt amont: https://github.com/dehydrated-io/dehydrated
- dernière version détectée: v0.7.2 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

dehydrated is a shell-script ACME client for obtaining and renewing TLS certificates from ACME certificate authorities such as Let's Encrypt and ZeroSSL.

### Historique du projet

The README describes dehydrated as a relatively simple bash-compatible client that uses OpenSSL for key and certificate handling and common Unix tools such as cURL, sed, grep, awk, and mktemp for the rest. It supports ACME v1 and ACME v2, including wildcard certificates.

The release history starts with v0.1.0 in April 2016, reached v0.5.0 in January 2018, and continued through v0.7.2 in May 2025. The README notes that the repository is officially maintained by ZeroSSL.

### Historique d'adoption

dehydrated became a package-manager-friendly ACME client because it is a single script with familiar Unix dependencies. Homebrew packages it, and the upstream documentation is built around editable config files, domains.txt, hooks, cron-style renewal, and existing web-server integration.

### Modes d'utilisation

Administrators use dehydrated to register an ACME account, list certificate names in domains.txt, configure an HTTP, DNS, or TLS-ALPN challenge, and run `dehydrated -c` from cron or another scheduler. The man page emphasizes that certificates are normally stored under the configured certificate directory and renewed regularly.

### Pourquoi les passionnés de paquets s'y intéressent

dehydrated is significant because it shows the Unix-shell version of ACME automation: no daemon, no embedded web server, and no large runtime. For packagers and sysadmins, that makes it easy to audit, patch, hook into local deployment scripts, and run on minimal systems.

### Chronologie

- 2016: v0.1.0 is published.
- 2018: v0.5.0 is published and the man page records 2015-2018 authorship.
- 2020: v0.7.0 is published.
- 2025: v0.7.2 is published.

### Related projects

- dehydrated belongs to the ACME client ecosystem around Let's Encrypt, ZeroSSL, OpenSSL, and web-server or DNS-provider hook scripts.

### Sources

- <https://github.com/dehydrated-io/dehydrated>
- <https://github.com/dehydrated-io/dehydrated/tree/master/docs>
- <https://github.com/dehydrated-io/dehydrated/blob/master/docs/man/dehydrated.1>
- <https://github.com/dehydrated-io/dehydrated/blob/master/docs/examples/config>
- <https://github.com/dehydrated-io/dehydrated/releases/tag/v0.1.0>
- <https://github.com/dehydrated-io/dehydrated/releases/tag/v0.5.0>
- <https://github.com/dehydrated-io/dehydrated/releases/tag/v0.7.0>
- <https://github.com/dehydrated-io/dehydrated/releases/tag/v0.7.2>
- <https://formulae.brew.sh/formula/dehydrated>


## Notes de sécurité

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/dehydrated/config, /usr/local/etc/dehydrated/config, $PWD/config, $SCRIPTDIR/config

## Credential files

- Unix: ${BASEDIR}/accounts
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** dehydrated
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - dehydrated - 0.7.2-2: normalized package name match | Debian stable package indexes: dehydrated from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ACME client implemented in Bash | https://dehydrated.io
- Debian apt - dehydrated-apache2 - 0.7.2-2: normalized package name match | Debian stable package indexes: dehydrated-apache2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | dehydrated challenge response support for Apache2 | https://dehydrated.io
- Nix - dehydrated: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/dehydrated/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dehydrated - 0.7.0-3: normalized package name match | Ubuntu 24.04 LTS package indexes: dehydrated from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ACME client implemented in Bash | https://dehydrated.io
- Ubuntu apt - dehydrated-apache2 - 0.7.0-3: normalized package name match | Ubuntu 24.04 LTS package indexes: dehydrated-apache2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | dehydrated challenge response support for Apache2 | https://dehydrated.io
- apk - dehydrated - 0.7.1-r0: normalized package name match | Alpine Linux edge package indexes: dehydrated from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | shellscript letsencrypt/acme client | https://github.com/dehydrated-io/dehydrated
- dnf - dehydrated - 0.7.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: dehydrated from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Client for signing certificates with an ACME server | https://github.com/dehydrated-io/dehydrated
- pacman - dehydrated - 0.7.2-2: normalized package name match | Arch Linux sync databases: dehydrated from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | letsencrypt/acme client implemented as a shell-script – just add water | https://dehydrated.io
- zypper - dehydrated - 0.7.1-3.5: normalized package name match | openSUSE Tumbleweed package metadata: dehydrated from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A client for signing certificates with an ACME server | https://github.com/lukas2511/dehydrated
- zypper - dehydrated-apache2 - 0.7.1-3.5: normalized package name match | openSUSE Tumbleweed package metadata: dehydrated-apache2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Apache Integration for dehydrated | https://github.com/lukas2511/dehydrated
- zypper - dehydrated-nginx - 0.7.1-3.5: normalized package name match | openSUSE Tumbleweed package metadata: dehydrated-nginx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Nginx Integration for dehydrated | https://github.com/lukas2511/dehydrated


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/fr/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [caddy](https://www.automicvault.com/fr/pkg/brew/caddy/) - Shares av.db curated category or tags: cli, networking, tls.
- [catgirl](https://www.automicvault.com/fr/pkg/brew/catgirl/) - Shares av.db curated category or tags: cli, networking, tls.
- [ferron](https://www.automicvault.com/fr/pkg/brew/ferron/) - Shares av.db curated category or tags: cli, networking, tls.
- [gdrive-downloader](https://www.automicvault.com/fr/pkg/brew/gdrive-downloader/) - Shares av.db curated category or tags: cli, networking, shell.
- [gensio](https://www.automicvault.com/fr/pkg/brew/gensio/) - Shares av.db curated category or tags: cli, networking, tls.
- [ghostunnel](https://www.automicvault.com/fr/pkg/brew/ghostunnel/) - Shares av.db curated category or tags: cli, networking, tls.
- [go-camo](https://www.automicvault.com/fr/pkg/brew/go-camo/) - Shares av.db curated category or tags: cli, networking, tls.
- [httpd](https://www.automicvault.com/fr/pkg/brew/httpd/) - Shares av.db curated category or tags: cli, networking, tls.
- [inadyn](https://www.automicvault.com/fr/pkg/brew/inadyn/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, client, networking, tls.
- [openfortivpn](https://www.automicvault.com/fr/pkg/brew/openfortivpn/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, client, networking, tls.
- [sslh](https://www.automicvault.com/fr/pkg/brew/sslh/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, client, networking, tls.

## Combined YAML source

View the package source record on GitHub. [combined/dehydrated.yml](https://github.com/automic-vault/db/blob/main/combined/dehydrated.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
