summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-28 10:25:10 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-28 10:25:10 +0200
commit8784c9d41a0030b364c1d28ed4ff5f0615356d66 (patch)
treef6bc933a4f3efbd1f3e16715a6c66acbef971278 /monitor
parent3b1939fe277131502ad97c10c496a92d615dc391 (diff)
using lohkey from config file
Diffstat (limited to 'monitor')
-rwxr-xr-xmonitor/josef_monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/josef_monitor.py b/monitor/josef_monitor.py
index 94880b9..f4b4b25 100755
--- a/monitor/josef_monitor.py
+++ b/monitor/josef_monitor.py
@@ -131,7 +131,7 @@ class ctlog:
return
try:
- check_sth_signature(self.url, new_sth, None)
+ check_sth_signature(self.url, new_sth, self.key)
except:
self.log("ERROR: Could not verify STH signature")
print "ERROR: Could not verify STH signature from " + self.url