macOS
brew install gimmecertlocal Homebrew formula metadata
安装
brew install gimmecertlocal Homebrew formula metadata
概览
Quickly issue X.509 server and client certificates using locally-generated CA
历史
Gimmecert is a Python CLI for creating a local X.509 certificate authority hierarchy and issuing throwaway server or client certificates for development, testing, and CI/CD environments.
The documentation says the tool was created to remove the pain of setting up a CA hierarchy and issuing a small number of test certificates. Its first documented release implemented per-directory CA initialization plus server and client certificate issuance; later releases added CSR handling, renewal, Python-version updates, ECDSA key support, and configurable key parameters.
The project serves a narrow systems-integration niche rather than a broad developer-tool audience. Its own documentation names local experiments, development integration, and test or CI/CD deployments as the intended environments, and the Homebrew formula gives macOS users a package-manager install path.
Practitioners run gimmecert init inside a project directory, then issue server or client certificates into the .gimmecert tree. The generated PEM files are suited to software that requires TLS or mutual-TLS material during tests without introducing a long-lived certificate authority.
Gimmecert is notable as a packaged alternative to hand-written OpenSSL or certtool invocations. Its package value is convenience and repeatability: one command creates a disposable hierarchy with predictable paths that can be checked by tests or local services.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
.gimmecert/ca/levelN.key.pem.gimmecert/server/NAME.key.pem.gimmecert/client/NAME.key.pem可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gimmecert | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://projects.majic.rs/gimmecert
安装元数据
| 软件包键 | brew:gimmecert |
|---|---|
| 版本 | 1.0.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gimmecert |
| 主页 | https://projects.majic.rs/gimmecert |
| 仓库 | https://code.majic.rs/gimmecert |
| 上游文档 | https://gimmecert.readthedocs.io/en/stable |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://files.pythonhosted.org/packages/94/b3/f8d0d4fc8951d7ff02f1d3653ba446ad0edf14ab1a18cff4fbe1d1b62086/gimmecert-1.0.0.tar.gz |
| 依赖 | certifi, cryptography, python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gimmecert |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.