Automic VaultAutomic Vault

brew

easy-rsa を Homebrew, apk, apt, dnf, MacPorts, pacman, zypper, Nix, scoop でインストール

easy-rsa のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install easy-rsa

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install easy-rsa

MacPorts ports tree · security/easy-rsa/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add easy-rsa

Alpine Linux edge package indexes · easy-rsa · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install easy-rsa

Debian stable package indexes · easy-rsa · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install easy-rsa

Fedora Rawhide package metadata · easy-rsa · ソース: dl.fedoraproject.org

Arch Linux pacman確認済み · 92%
sudo pacman -S easy-rsa

Arch Linux sync databases · easy-rsa · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install easy-rsa

openSUSE Tumbleweed package metadata · easy-rsa · ソース: download.opensuse.org

Nix確認済み · 92%
nix profile install nixpkgs#easyrsa

nixpkgs package indexes · pkgs/by-name/ea/easyrsa/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install extras/easyrsa

Scoop official bucket manifest trees · bucket/easyrsa.json · ソース: api.github.com

概要

パッケージ概要

CLI utility to build and manage a PKI CA

コマンドとエイリアス

  • easyrsa

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • Pre-3.x: Easy-RSA 1.x and 2.x existed as earlier OpenVPN-era release branches.
  • 3.x: Easy-RSA moved to the current POSIX shell/OpenSSL-backed project line with optional `vars` configuration and built-in defaults.
  • 2025: Homebrew packages Easy-RSA 3.2.x from official GitHub release tarballs.
  • 2026: The official README tracks master as the active 3.2.x rolling development branch and marks older 3.0/2.x/1.x lines as archived or unmaintained.

Related projects

  • OpenVPN is the adjacent VPN project and community context in which Easy-RSA is documented and supported.
  • OpenSSL is the cryptographic backend used for certificate and key operations.
  • X.509 PKI, certificate revocation lists, certificate signing requests, and intermediate CAs are the standards and workflows Easy-RSA automates.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
pki/varsvars

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
easyrsacliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版3.2.6
マネージャ更新日2026-06-22
ローカルデータOK
上流not checked
検出された最新未検出

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
Pulseupdated
依存関係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 DatabaseHomebrew formula API
Taphomebrew/core
Full Nameeasy-rsa
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

easy-rsa 3.2.2-1

Simple shell based CA utility

https://github.com/OpenVPN/easy-rsa

sudo apt install easy-rsa
  • Section: utils
  • Architecture: all
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Easy Rsa
Debian stable package indexes · deb.debian.org · Debian stable package indexes: easy-rsa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

easy-rsa 3.1.7-2

Simple shell based CA utility

https://github.com/OpenVPN/easy-rsa

sudo apt install easy-rsa
  • Section: universe/utils
  • Architecture: all
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Easy Rsa
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: easy-rsa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

easy-rsa 3.2.5-r0

Simple shell based CA utility

https://github.com/OpenVPN/easy-rsa

sudo apk add easy-rsa
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: easy-rsa
  • 1 依存関係
  • normalized package name match
  • 一致条件: Easy Rsa
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: easy-rsa from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

easy-rsa-doc 3.2.5-r0

Simple shell based CA utility (documentation)

https://github.com/OpenVPN/easy-rsa

sudo apk add easy-rsa-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: easy-rsa
  • normalized package name match
  • 一致条件: Easy Rsa
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: easy-rsa-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

easy-rsa 3.2.6-1.fc45

Simple shell based CA utility

https://github.com/OpenVPN/easy-rsa

sudo dnf install easy-rsa
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: easy-rsa
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Easy Rsa
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: easy-rsa from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

easy-rsa 3.2.6-1

Simple shell based CA utility

https://github.com/OpenVPN/easy-rsa

sudo pacman -S easy-rsa
  • License: GPL-2.0-only
  • Architecture: any
  • 4 依存関係
  • normalized package name match
  • 一致条件: Easy Rsa
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: easy-rsa from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

easy-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-rsa
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: easy-rsa
  • 1 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Easy Rsa
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: easy-rsa from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

easy-rsa

sudo port install easy-rsa
  • normalized package name match
  • 一致条件: Easy Rsa
MacPorts ports tree · api.github.com · MacPorts ports tree: security/easy-rsa/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Nix92%

easyrsa

nix profile install nixpkgs#easyrsa
  • installed executable or alias match
  • 一致条件: Easyrsa
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ea/easyrsa/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop92%

extras/easyrsa

scoop install extras/easyrsa
  • installed executable or alias match
  • 一致条件: Easyrsa
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/easyrsa.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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