From 12cef73a74059d36e67e08ddce330522adedae35 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 5 Apr 2026 23:15:48 +0200 Subject: [PATCH] Add note for GOPRIVATE --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 351f707..28a0cb6 100644 --- a/README.md +++ b/README.md @@ -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.