# 使用 Homebrew 安装 gimmecert

查看 gimmecert 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:gimmecert
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gimmecert
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:gimmecert
- **软件包管理器:** Homebrew
- **版本:** 1.0.0
- **来源摘要:** Quickly issue X.509 server and client certificates using locally-generated CA
- **主页:** <https://github.com/azaghal/gimmecert>
- **仓库:** <https://github.com/azaghal/gimmecert>
- **最后更新:** 2026-07-27T18:04:27+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gimmecert (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.0.0
## 项目历史与用法

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.

### 时间线

- 0.1.0: First documented release with per-directory CA setup and server/client certificate issuance.
- 0.2.0: Added smaller fixes and test-environment improvements.
- 0.4.0: Added ECDSA and configurable private-key generation.
- 0.5.0: Added Python 3.9 support and dependency updates.

### Related projects

- The documentation compares Gimmecert with OpenSSL CLI and GnuTLS certtool, arguing that those tools are powerful but tedious for small disposable certificate sets.

### 来源

- <https://formulae.brew.sh/formula/gimmecert>
- <https://gimmecert.readthedocs.io/en/stable/>
- <https://gimmecert.readthedocs.io/en/stable/about.html>
- <https://gimmecert.readthedocs.io/en/stable/releasenotes.html>
- <https://gimmecert.readthedocs.io/en/stable/usage.html>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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 files

- Unix: .gimmecert/ca/levelN.key.pem, .gimmecert/server/NAME.key.pem, .gimmecert/client/NAME.key.pem

## Combined YAML source

View the package source record on GitHub. [combined/gimmecert.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gimmecert.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
