SSLMate / certspotter

Certificate Transparency Log Monitor
https://sslmate.com/certspotter
Mozilla Public License 2.0
962 stars 83 forks source link

FR: More user friendliness and testability #77

Open vt-alt opened 11 months ago

vt-alt commented 11 months ago

For a new user it's hard to understand if certspotter is working correctly. It would be useful if it logs:

Additionally:

Also it's hard to understand purpose of -no_save option, why we may need it?

Purpose of submitct is unexplained, where it submit certs and what for?

Thanks,

AGWA commented 11 months ago

Thanks for the feedback!

I've opened two issues to track new features:

In the meantime, I recommend testing notifications by issuing a certificate for one of your domains.

Regarding -no_save, this is for people who want notifications of new certificates but don't want a copy of every matching certificate to be saved. If you have any suggestions for improving the documentation, let me know.

submitct is currently experimental and thus intentionally undocumented.

vt-alt commented 11 months ago

Thanks for the reply and creating new issues!

Regarding -no_save, this is for people who want notifications of new certificates but don't want a copy of every matching certificate to be saved.

But why someone would not want to save them, does it take much space?

AGWA commented 11 months ago

Each saved cert is < 8kb, so you should only need -no_save if you're monitoring an entire TLD and thus expecting to find millions of certificates.

vt-alt commented 11 months ago

Thanks! Btw it would also be useful if somewhere is stated what average traffic monitoring would generate.