macOS
brew install gimmecertlocal Homebrew formula metadata
brew
gimmecert のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.