diff options
Diffstat (limited to 'monitor')
-rwxr-xr-x | monitor/josef_monitor.py | 2 |
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 |