macOS
brew install acme.shlocal Homebrew formula metadata
brew
acme.sh のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install acme.shlocal Homebrew formula metadata
nix profile install nixpkgs#acme-shnixpkgs package indexes · pkgs/by-name/ac/acme-sh/package.nix · ソース: api.github.com
sudo apk add acme.shAlpine Linux edge package indexes · acme.sh · ソース: dl-cdn.alpinelinux.org
sudo apt install acme.shDebian stable package indexes · acme.sh · ソース: deb.debian.org
sudo pacman -S acme.shArch Linux sync databases · acme.sh · ソース: geo.mirror.pkgbuild.com
概要
ACME client
履歴
acme.sh is a pure Unix shell ACME client for issuing, renewing, and installing TLS certificates. It is designed around a small shell script, broad Unix compatibility, no Python dependency, and automated renewals through cron.
The GitHub repository was created in December 2015, shortly after Let's Encrypt made ACME-based certificate automation a practical mainstream workflow. The official README describes acme.sh as a full ACME protocol implementation written in Unix shell and tested across Linux, BSDs, macOS, Solaris-family systems, Haiku, and Windows via Cygwin.
The project grew from a Let's Encrypt-oriented client into a general ACME client. Its README lists support for multiple CAs including ZeroSSL, Let's Encrypt, SSL.com, Google Public CA, Actalis, Pebble, and any RFC 8555-compliant CA, while the wiki documents the large DNS API surface used for automated DNS-01 validation.
acme.sh became a popular package-manager ACME client because it fits shared hosting, appliances, routers, and small servers where a shell-only dependency profile matters. The official README's 'Who Uses acme.sh?' section names deployments and integrations such as FreeBSD.org, Proxmox, pfSense/OPNsense-adjacent tooling, and other hosting/control-panel environments.
The input package-manager facts show acme.sh packaged across Homebrew, Alpine, Debian, Nix, and Arch. The GitHub API reports a large public repository with tens of thousands of stars and thousands of forks, consistent with broad operational adoption.
Typical package usage installs the acme.sh command, stores working state under ~/.acme.sh by default, creates a cron renewal job, and issues certificates with webroot, standalone, TLS-ALPN, Apache, Nginx, DNS, DNS alias, stateless, or DNS persist modes. DNS API credentials are exported once and then saved into ~/.acme.sh/account.conf for later renewal runs.
acme.sh matters to package nerds because it is a rare security-critical tool whose portability comes from plain POSIX-ish shell rather than a language runtime. That makes it attractive for Homebrew, distro, appliance, and container packaging, while its large dnsapi collection creates a sprawling map of DNS provider integrations in one scriptable package.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
~/.acme.sh/Credential-bearing paths to review before unattended agent runs.
~/.acme.sh/account.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
acme.sh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/acmesh-official/acme.sh
インストールメタデータ
| パッケージキー | brew:acme.sh |
|---|---|
| バージョン | 3.1.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/acme.sh |
| ホームページ | https://github.com/acmesh-official/acme.sh |
| リポジトリ | https://github.com/acmesh-official/acme.sh |
| 上流ドキュメント | https://github.com/acmesh-official/acme.sh#readme |
| ライセンス | GPL-3.0-only |
| ソースアーカイブ | https://github.com/acmesh-official/acme.sh/archive/refs/tags/3.1.4.tar.gz |
| 最終更新 | 2026-07-17T03:06:02Z |
| Pulse | updated |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | acme.sh |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
acme.sh 3.1.1-1
Pure unix shell script implementing ACME client protocol
https://github.com/acmesh-official/acme.sh
sudo apt install acme.shacme-sh
nix profile install nixpkgs#acme-shacme.sh 3.1.3-r0
ACME Shell script, an acme client alternative to certbot
https://github.com/acmesh-official/acme.sh
sudo apk add acme.shacme.sh 3.1.3-1
An ACME Shell script, an acme client alternative to certbot
https://github.com/acmesh-official/acme.sh
sudo pacman -S acme.shソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.