macOS
brew install easy-rsalocal Homebrew formula metadata
sudo port install easy-rsaMacPorts ports tree · security/easy-rsa/Portfile · 来源: api.github.com
安装
brew install easy-rsalocal Homebrew formula metadata
sudo port install easy-rsaMacPorts ports tree · security/easy-rsa/Portfile · 来源: api.github.com
sudo apk add easy-rsaAlpine Linux edge package indexes · easy-rsa · 来源: dl-cdn.alpinelinux.org
sudo apt install easy-rsaDebian stable package indexes · easy-rsa · 来源: deb.debian.org
sudo dnf install easy-rsaFedora Rawhide package metadata · easy-rsa · 来源: dl.fedoraproject.org
sudo pacman -S easy-rsaArch Linux sync databases · easy-rsa · 来源: geo.mirror.pkgbuild.com
sudo zypper install easy-rsaopenSUSE Tumbleweed package metadata · easy-rsa · 来源: download.opensuse.org
nix profile install nixpkgs#easyrsanixpkgs package indexes · pkgs/by-name/ea/easyrsa/package.nix · 来源: api.github.com
scoop install extras/easyrsaScoop official bucket manifest trees · bucket/easyrsa.json · 来源: api.github.com
概览
CLI utility to build and manage a PKI CA
历史
Easy-RSA is OpenVPN's shell-based CLI utility for creating and managing a small X.509 public key infrastructure. It is best known as the practical certificate-authority helper that many OpenVPN administrators install when they need to generate a CA, server/client certificates, requests, and certificate revocation lists without operating a full CA platform.
Easy-RSA originated in the OpenVPN ecosystem and still co-exists with OpenVPN development while remaining a separate project. The official README describes current development on the 3.x release cycle and keeps prior 2.x and 1.x lines as release branches for tracking and possible back-porting.
The 3.x documentation describes a portable POSIX shell implementation with OpenSSL as the cryptographic backend. Easy-RSA 3 changed the configuration model from older versions: it can run with built-in defaults and no mandatory config file, while optional settings can come from command-line options, environment variables, or a `vars` file.
The tool's long-lived value is its narrowness. It does not try to be a web CA, enterprise PKI service, or certificate inventory system. It gives OpenVPN and TLS administrators a scriptable way to initialize a `pki` directory, build a CA, import certificate requests, sign client/server/intermediate certificates, revoke certificates, and generate CRLs.
Easy-RSA became widely packaged because OpenVPN deployments frequently need a local certificate authority. The input source facts show package-manager coverage across Homebrew, Debian, Ubuntu, Fedora/DNF, Arch/pacman, Alpine, openSUSE/zypper, MacPorts, Nix, and Scoop.
That packaging footprint is the adoption story: Easy-RSA is not a flashy standalone application, but it is the small utility administrators expect to find next to OpenVPN in OS package repositories. Homebrew packages the official release tarball from GitHub, and the README points users to GitHub releases or named tags for downloads.
Easy-RSA 3 remains active enough for OpenSSL 3 compatibility concerns to shape branch status. The README marks older 3.0.x and release/2.x branches as not compatible with OpenSSL 3, while master tracks the 3.2.x rolling line.
The quickstart flow is the classic CA workflow: run `easyrsa init-pki`, `easyrsa build-ca`, generate a keypair/request on the requesting system, import the request on the CA system, sign it as a client/server/CA type, and move the signed certificate back to the requester.
Operational commands cover revocation and CRL publication (`easyrsa revoke`, `easyrsa gen-crl`), Diffie-Hellman parameter generation, request/certificate inspection, and private-key passphrase changes. The documentation recommends using releases rather than the rolling master branch.
Easy-RSA stores generated CA state in the `pki` directory, including CA certificates, private keys, serial numbers, issued certificates, request files, and revocation data. That makes the package easy to understand and easy to back up, but also puts responsibility for private-key handling on the administrator.
Easy-RSA matters to package nerds because it is a tiny utility with an outsized operational footprint. A single shell script plus OpenSSL became the common path for bootstrapping PKI in OpenVPN environments across many Unix distributions.
It is also a reminder that important packages are not always daemons or libraries. Sometimes the historically important package is a CLI that administrators run only when they provision, rotate, or revoke certificates, then leave untouched for months.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
pki/varsvars可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
easyrsa | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/OpenVPN/easy-rsa
安装元数据
| 软件包键 | brew:easy-rsa |
|---|---|
| 版本 | 3.2.6 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/easy-rsa |
| 主页 | https://github.com/OpenVPN/easy-rsa |
| 仓库 | https://github.com/OpenVPN/easy-rsa |
| 上游文档 | https://github.com/OpenVPN/easy-rsa#readme |
| 许可证 | GPL-2.0-only |
| 源码归档 | https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.6/EasyRSA-3.2.6.tgz |
| 最后更新 | 2026-06-22T14:03:13-07:00 |
| Pulse | updated |
| 依赖 | openssl@4 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | By default, keys will be created in: $HOMEBREW_PREFIX/etc/easy-rsa/pki The configuration may be modified by editing and renaming: $HOMEBREW_PREFIX/etc/easy-rsa/vars.example |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | easy-rsa |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
easy-rsa 3.2.2-1
Simple shell based CA utility
https://github.com/OpenVPN/easy-rsa
sudo apt install easy-rsaeasy-rsa 3.1.7-2
Simple shell based CA utility
https://github.com/OpenVPN/easy-rsa
sudo apt install easy-rsaeasy-rsa 3.2.5-r0
Simple shell based CA utility
https://github.com/OpenVPN/easy-rsa
sudo apk add easy-rsaeasy-rsa-doc 3.2.5-r0
Simple shell based CA utility (documentation)
https://github.com/OpenVPN/easy-rsa
sudo apk add easy-rsa-doceasy-rsa 3.2.6-1.fc45
Simple shell based CA utility
https://github.com/OpenVPN/easy-rsa
sudo dnf install easy-rsaeasy-rsa 3.2.6-1
Simple shell based CA utility
https://github.com/OpenVPN/easy-rsa
sudo pacman -S easy-rsaeasy-rsa 3.2.6-1.1
CLI utility to build and manage a PKI CA
https://github.com/OpenVPN/easy-rsa
sudo zypper install easy-rsaeasy-rsa
sudo port install easy-rsaeasyrsa
nix profile install nixpkgs#easyrsaextras/easyrsa
scoop install extras/easyrsa来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.