boulder/tools
Phil Porada b15e54db2b
Add nameid tool (#7586)
Adds a nameid tool to the boulder tools directory for SRE use. The
existing local and github CI framework correctly catches build failures
of this directory.

Examples of usage:
```
$ go run ./tools/nameid/nameid.go test/certs/webpki/int-ecdsa-c.cert.pem test/certs/webpki/int-rsa-a.cert.pem 
test/certs/webpki/int-ecdsa-c.cert.pem: 56560759852043581
test/certs/webpki/int-rsa-a.cert.pem: 29947985078257530

$ go run ./tools/nameid/nameid.go -s test/certs/webpki/int-ecdsa-c.cert.pem test/certs/webpki/int-rsa-a.cert.pem 
56560759852043581
29947985078257530
```

Fixes https://github.com/letsencrypt/boulder/issues/7469
2024-07-12 13:08:05 -04:00
..
nameid Add nameid tool (#7586) 2024-07-12 13:08:05 -04:00
fetch-and-verify-go.sh Update from go1.22rc1 to go1.22 (#7329) 2024-02-15 16:15:21 -08:00
make-assets.sh Remove make-artifacts from test.sh (#6669) 2023-02-15 15:38:21 -08:00