From 8784c9d41a0030b364c1d28ed4ff5f0615356d66 Mon Sep 17 00:00:00 2001 From: Josef Gustafsson Date: Mon, 28 Sep 2015 10:25:10 +0200 Subject: using lohkey from config file --- monitor/josef_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1