diff options
author | Rasmus Dahlberg <rgdd@glasklarteknik.se> | 2025-03-02 12:12:43 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rgdd@glasklarteknik.se> | 2025-03-02 12:25:33 +0100 |
commit | 5285be7f31ea8c043566e4e9f1ed5acd50168837 (patch) | |
tree | 06a08ef386a1768ba33e9c839f6dee7053a4ca98 | |
parent | 43105d27d470757a19184beeb18e1347a9f236bb (diff) |
cmd/silentct-mon: Remove log list mention from usagemain
Part of #21, thanks vexelnet!
-rw-r--r-- | cmd/silentct-mon/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/silentct-mon/main.go b/cmd/silentct-mon/main.go index c8e1f8a..b8fb912 100644 --- a/cmd/silentct-mon/main.go +++ b/cmd/silentct-mon/main.go @@ -31,9 +31,6 @@ can operate silently, which means there need not be any output unless a certificate is possibly mis-issued. This requires use of the silentct-mac utility on the trusted systems that legitimately request certificates. -The same list of Certificate Transparency logs as Google Chrome is used. This -list can be overridden in the silentct-mon configuration file. - Usage: silentct-mon [Options] -c CONFIGURATION-FILE -d DIRECTORY Options: |