From 560ab984e3444057e6a01ce2ab155f299d6c232a Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Wed, 7 May 2025 09:32:55 -0400 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90ce140..4a71ace 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can use Cert Spotter to detect: ## Quickstart -Cert Spotter requires Go version 1.19 or higher. +The following instructions require you to have [Go version 1.21 or higher](https://go.dev/dl/) installed. 1. Install the certspotter command using the `go` command: @@ -64,6 +64,8 @@ Cert Spotter. By default, Google Chrome and Apple only accept certificates that are logged, so any certificate that works in Chrome or Safari will be detected by Cert Spotter. +Cert Spotter will monitor both traditional RFC6962 logs, and modern static-ct-api logs. + ## Security Cert Spotter assumes an adversarial model in which an attacker produces @@ -100,6 +102,6 @@ to ensure the log is presenting a single view. ## Copyright -Copyright © 2016-2023 Opsmate, Inc. +Copyright © 2016-2025 Opsmate, Inc. Licensed under the [Mozilla Public License Version 2.0](LICENSE).