diff options
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") |