macOS
brew install easy-rsalocal Homebrew formula metadata
sudo port install easy-rsaMacPorts ports tree · security/easy-rsa/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de easy-rsa pour les workflows d'agents IA.
installation
brew install easy-rsalocal Homebrew formula metadata
sudo port install easy-rsaMacPorts ports tree · security/easy-rsa/Portfile · Source: api.github.com
sudo apk add easy-rsaAlpine Linux edge package indexes · easy-rsa · Source: dl-cdn.alpinelinux.org
sudo apt install easy-rsaDebian stable package indexes · easy-rsa · Source: deb.debian.org
sudo dnf install easy-rsaFedora Rawhide package metadata · easy-rsa · Source: dl.fedoraproject.org
sudo pacman -S easy-rsaArch Linux sync databases · easy-rsa · Source: geo.mirror.pkgbuild.com
sudo zypper install easy-rsaopenSUSE Tumbleweed package metadata · easy-rsa · Source: download.opensuse.org
nix profile install nixpkgs#easyrsanixpkgs package indexes · pkgs/by-name/ea/easyrsa/package.nix · Source: api.github.com
scoop install extras/easyrsaScoop official bucket manifest trees · bucket/easyrsa.json · Source: api.github.com
aperçu
CLI utility to build and manage a PKI CA
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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/varsvarsexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
easyrsa | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/OpenVPN/easy-rsa
métadonnées d'installation
| Clé du paquet | brew:easy-rsa |
|---|---|
| Version | 3.2.6 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/easy-rsa |
| Page d'accueil | https://github.com/OpenVPN/easy-rsa |
| Dépôt | https://github.com/OpenVPN/easy-rsa |
| Docs amont | https://github.com/OpenVPN/easy-rsa#readme |
| Licence | GPL-2.0-only |
| Archive source | https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.6/EasyRSA-3.2.6.tgz |
| Dernière mise à jour | 2026-06-22T14:03:13-07:00 |
| Pulse | updated |
| Dépendances | openssl@4 |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
| Précautions | 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 |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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/easyrsapiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.