SSLMate / certspotter

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

Overridden state_dir still requires ~/.certspotter/watchlist #4

Closed konklone closed 8 years ago

konklone commented 8 years ago

State will be stored in the value of -state_dir, but the watchlist is still sourced from ~/.certspotter/watchlist:

$ certspotter -state_dir /opt/certspotter

certspotter: /home/ubuntu/.certspotter/watchlist: open /home/ubuntu/.certspotter/watchlist: no such file or directory
AGWA commented 8 years ago

That's correct. The watchlist location is specified by the -watchlist option. (The watchlist is considered configuration, not state.)