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 | cli | 全局可执行文件 | |
cfssl-bundle | cli | 全局可执行文件 | |
cfssl-certinfo | cli | 全局可执行文件 | |
cfssl-newkey | cli | 全局可执行文件 | |
cfssl-scan | cli | 全局可执行文件 | |
cfssljson | cli | 全局可执行文件 | |
multirootca | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/cloudflare/cfssl
安装元数据
| 软件包键 | brew:cfssl |
|---|---|
| 版本 | 1.6.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/cfssl |
| 主页 | https://cfssl.org/ |
| 仓库 | https://github.com/cloudflare/cfssl |
| 上游文档 | https://cfssl.org/ |
| 许可证 | BSD-2-Clause |
| 源码归档 | https://github.com/cloudflare/cfssl/archive/refs/tags/v1.6.5.tar.gz |
| 依赖 | libtool |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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/cfssl来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.