macOS
brew install cfssllocal Homebrew formula metadata
sudo port install cfsslMacPorts ports tree · security/cfssl/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cfssl in AI-Agent-Workflows.
Installation
brew install cfssllocal Homebrew formula metadata
sudo port install cfsslMacPorts ports tree · security/cfssl/Portfile · Quelle: api.github.com
sudo apk add cfsslAlpine Linux edge package indexes · cfssl · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#cfsslnixpkgs package indexes · pkgs/by-name/cf/cfssl/package.nix · Quelle: api.github.com
sudo pacman -S cfsslArch Linux sync databases · cfssl · Quelle: geo.mirror.pkgbuild.com
scoop install extras/cfsslScoop official bucket manifest trees · bucket/cfssl.json · Quelle: api.github.com
Überblick
CloudFlare's PKI toolkit
Verlauf
CFSSL is Cloudflare's PKI and TLS toolkit. The official README describes it as both a command-line tool and an HTTP API server for signing, verifying, bundling, scanning, and serving certificate-authority workflows.
Cloudflare introduced CFSSL in July 2014 as an open-source toolkit for TLS and SSL, saying it was used internally for certificate-chain bundling and internal certificate-authority infrastructure. The GitHub repository was created the same month under Cloudflare's organization.
The project is written in Go and ships multiple utilities, including `cfssl`, `cfssljson`, `cfssl-bundle`, `cfssl-certinfo`, `cfssl-newkey`, `cfssl-scan`, `mkbundle`, and `multirootca`. The documentation covers CLI operation, JSON configuration, authentication, an HTTP API, certificate bundling, signing, OCSP, and CA serving.
CFSSL became a durable package because it solves operational PKI tasks that teams need outside a browser or a single web server: generating CSRs and keys, signing certificates, bundling chains, scanning hosts, and exposing CA operations through an API.
The package metadata in this batch shows CFSSL packaged across Homebrew, Alpine, MacPorts, Nix, Arch, and Scoop. Official installation also supports `go install` and prebuilt GitHub release binaries.
The `cfssl` command supports subcommands such as sign, bundle, genkey, gencert, serve, version, selfsign, and print-defaults. The README documents default CA credential filenames `ca.pem` and `ca_key.pem` for signing and serving.
The configuration file is a JSON dictionary for signing profiles, OCSP, authentication, and remote servers, but the docs present it as an argument such as `-config config` rather than a fixed path. For that reason, the config-file location is null while the default CA credential filenames are recorded.
CFSSL is package-nerd significant because it turns PKI operations that are often hidden inside bespoke scripts into a set of installable Unix-style commands and a documented API server.
It is also a classic Go security-tool package: one upstream repository builds several related executables, package managers expose the main toolkit, and operators can choose between system packages, Homebrew, Scoop, prebuilt release binaries, or `go install`.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.
Credential-bearing paths to review before unattended agent runs.
ca.pemca_key.pemExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cfssl | cli | globales Executable | |
cfssl-bundle | cli | globales Executable | |
cfssl-certinfo | cli | globales Executable | |
cfssl-newkey | cli | globales Executable | |
cfssl-scan | cli | globales Executable | |
cfssljson | cli | globales Executable | |
multirootca | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/cloudflare/cfssl
Installationsmetadaten
| Paketschlüssel | brew:cfssl |
|---|---|
| Version | 1.6.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/cfssl |
| Homepage | https://cfssl.org/ |
| Repository | https://github.com/cloudflare/cfssl |
| Upstream-Dokumentation | https://cfssl.org/ |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/cloudflare/cfssl/archive/refs/tags/v1.6.5.tar.gz |
| Abhängigkeiten | libtool |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cfssl |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
cfssl
nix profile install nixpkgs#cfsslcfssl 1.6.5-r15
Cloudflare PKI and TLS toolkit
sudo apk add cfsslcfssl 1.6.5-2
CloudFlare PKI and TLS toolkit
sudo pacman -S cfsslcfssl
sudo port install cfsslextras/cfssl
scoop install extras/cfsslQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.