diff options
author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-07 11:57:47 +0200 |
---|---|---|
committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-07 11:57:47 +0200 |
commit | 4e02f8c8fab56ca030c9ecf9cc834b7d9ece916e (patch) | |
tree | 65c1c94e5dc28929c166ea67e2e476f524319337 /tools/josef_auditor.py | |
parent | 1be99e982addacb96724c22c23bc5786cd2de9cd (diff) |
matching strings from cert info against domain-names of interest
Diffstat (limited to 'tools/josef_auditor.py')
-rwxr-xr-x | tools/josef_auditor.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |