From 4e02f8c8fab56ca030c9ecf9cc834b7d9ece916e Mon Sep 17 00:00:00 2001 From: Josef Gustafsson Date: Mon, 7 Sep 2015 11:57:47 +0200 Subject: matching strings from cert info against domain-names of interest --- tools/josef_auditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/josef_auditor.py') diff --git a/tools/josef_auditor.py b/tools/josef_auditor.py index 29032d1..0f12037 100755 --- a/tools/josef_auditor.py +++ b/tools/josef_auditor.py @@ -24,7 +24,7 @@ base_urls = [ "https://ct.googleapis.com/pilot/", "https://ct.googleapis.com/rocketeer/", "https://ct.ws.symantec.com/", - # "https://ctlog.api.venafi.com/", + "https://ctlog.api.venafi.com/", ] parser = argparse.ArgumentParser(description="") parser.add_argument('--audit', action='store_true', help="run lightweight auditor verifying consistency in STH") -- cgit v1.1