Update minimum Go version, install instructions

This commit is contained in:
Andrew Ayer 2022-06-13 08:45:23 -04:00
parent 270cdab44e
commit 0d29547d36
2 changed files with 4 additions and 4 deletions

6
README
View File

@ -30,11 +30,11 @@ The easiest way to use Cert Spotter is to sign up for an account at
<https://sslmate.com/certspotter>. If you want to run Cert Spotter on
your own server, follow these instructions.
Cert Spotter requires Go version 1.5 or higher.
Cert Spotter requires Go version 1.17 or higher.
1. Install Cert Spotter using go get:
1. Install Cert Spotter using the `go` command:
go get software.sslmate.com/src/certspotter/cmd/certspotter
go install software.sslmate.com/src/certspotter/cmd/certspotter@latest
2. Create a file called ~/.certspotter/watchlist listing the DNS names
you want to monitor, one per line. To monitor an entire domain tree

2
go.mod
View File

@ -1,6 +1,6 @@
module software.sslmate.com/src/certspotter
go 1.18
go 1.17
require (
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect