# Installer certstrap avec Homebrew, apk, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de certstrap pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:certstrap
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install certstrap
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install certstrap
```

  Preuve: MacPorts ports tree: security/certstrap/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add certstrap
```

  Preuve: Alpine Linux edge package indexes: certstrap from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#certstrap
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ce/certstrap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/certstrap
```

  Preuve: Scoop official bucket manifest trees: bucket/certstrap.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:certstrap
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.3.0
- **Résumé source:** Tools to bootstrap CAs, certificate requests, and signed certificates
- **Page d'accueil:** <https://github.com/square/certstrap>
- **Dépôt:** <https://github.com/square/certstrap>
- **Dernière mise à jour:** 2026-07-27T19:20:58+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- certstrap (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.3.0
## Historique du projet et usages

certstrap is Square's Go-based CLI for bootstrapping certificate authorities, certificate requests, and signed certificates. Its README describes it as a simple certificate manager adapted from etcd-ca and intended as a friendlier alternative to hand-writing OpenSSL commands and config files.

### Historique du projet

The public repository was created in 2015 and the release history includes v1.0.0/v1.0.1 in 2016, later 1.1 and 1.2 releases, and v1.3.0 in 2022. The project documents building from source with Go and contributing through the upstream repository.

### Historique d'adoption

certstrap became a packaged PKI helper across multiple ecosystems. The supplied package facts list APK, Homebrew, MacPorts, Nix, and Scoop packages, matching its role as a small standalone executable for development and internal PKI workflows.

### Modes d'utilisation

Typical certstrap usage starts by initializing a CA, then generating identity keys and CSRs, and finally signing certificate requests. By default, generated keys, CSRs, certificates, and CRLs are placed in the depot directory, documented as out/.

### Pourquoi les passionnés de paquets s'y intéressent

certstrap matters in package catalogs because it turns the brittle OpenSSL local-CA bootstrap routine into a reproducible CLI. It is especially visible to developers who need throwaway or internal TLS material without adopting a larger PKI system.

### Chronologie

- 2015: Public GitHub repository created.
- 2016: v1.0.0 and v1.0.1 releases published.
- 2017: v1.1.x releases published.
- 2019: v1.2.0 released.
- 2022: v1.3.0 released.

### Related projects

- The README says certstrap was adapted from etcd-ca and explicitly frames itself as an alternative to direct OpenSSL configuration.

### Sources

- <https://api.github.com/repos/square/certstrap>
- <https://github.com/square/certstrap>
- <https://github.com/square/certstrap#readme>
- <https://formulae.brew.sh/api/formula/certstrap.json>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - certstrap: normalized package name match | nixpkgs package indexes: pkgs/by-name/ce/certstrap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - certstrap - 1.3.0-r35: normalized package name match | Alpine Linux edge package indexes: certstrap from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tools to bootstrap CAs, certificate requests, and signed certificates | https://github.com/square/certstrap
- MacPorts - certstrap: normalized package name match | MacPorts ports tree: security/certstrap/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/certstrap: normalized package name match | Scoop official bucket manifest trees: bucket/certstrap.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
