From 0d78168b54041b02e749de9d4baa65e676b75d5c Mon Sep 17 00:00:00 2001 From: Josef Gustafsson Date: Thu, 17 Sep 2015 16:34:42 +0200 Subject: jasdjasd --- monitor/verify_sct.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'monitor/verify_sct.py') diff --git a/monitor/verify_sct.py b/monitor/verify_sct.py index 32e460d..54b08c7 100755 --- a/monitor/verify_sct.py +++ b/monitor/verify_sct.py @@ -10,6 +10,8 @@ import subprocess import base64 import struct +# from monitor_conf import ctlogs + OPENSSL_PATH="/usr/local/ssl/bin/openssl" LOGS = [ @@ -181,7 +183,8 @@ def ReadSCT( SCT ): for Log in LOGS: if Log["LogID"] == Base64LogID: print( "Log found : %s" % Log["Name"]) - PubKey = Log["Key"] + PubKey = Log["Key"] + print PubKey if not PubKey: print("Log not found") -- cgit v1.1