macOS
brew install cfssllocal Homebrew formula metadata
sudo port install cfsslMacPorts ports tree · security/cfssl/Portfile · 来源: api.github.com
安装
brew install cfssllocal Homebrew formula metadata
sudo port install cfsslMacPorts ports tree · security/cfssl/Portfile · 来源: api.github.com
sudo apk add cfsslAlpine Linux edge package indexes · cfssl · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#cfsslnixpkgs package indexes · pkgs/by-name/cf/cfssl/package.nix · 来源: api.github.com
sudo pacman -S cfsslArch Linux sync databases · cfssl · 来源: geo.mirror.pkgbuild.com
scoop install extras/cfsslScoop official bucket manifest trees · bucket/cfssl.json · 来源: api.github.com
概览
CloudFlare's PKI toolkit
历史
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`.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.pem可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cfssl | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cfssl-bundle | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cfssl-certinfo | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cfssl-newkey | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cfssl-scan | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
cfssljson | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
multirootca | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:cfssl |
|---|---|
| 版本 | 1.6.5 |
| 软件包管理器 | Homebrew |
| 主页 | https://cfssl.org/ |
| 仓库 | https://github.com/cloudflare/cfssl |
| 最后更新 | 2026-07-27T19:20:58+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
cfssl
nix profile install nixpkgs#cfsslcfssl 1.6.5-r16
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/cfssl来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.