Add note for GOPRIVATE

This commit is contained in:
2026-04-05 23:15:48 +02:00
parent ab476b71ba
commit 12cef73a74

View File

@@ -5,9 +5,12 @@ Tools for working with Certificate Transparency log tiles.
## Install
```bash
go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
GOPRIVATE=git.ipng.ch go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
```
The GOPRIVATE environment variable skips _Go checksum database_ and _Go module proxy_ as these do
not index modules on `git.ipng.ch`.
## Usage
`ctfetch` operates in two modes depending on the arguments given.