From 31ff4188d66f25770b03031408d7ddf5fb6300e8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 22 Dec 2007 00:43:48 +0000 Subject: Don't load trust anchor we never use svn path=/scripts/testroot.py; revision=1411 --- scripts/testroot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/testroot.py') diff --git a/scripts/testroot.py b/scripts/testroot.py index 5d9d5496..44817218 100755 --- a/scripts/testroot.py +++ b/scripts/testroot.py @@ -163,7 +163,6 @@ cms_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "cms-cert" https_key = rpki.x509.RSA(Auto_file = cfg.get(section, "https-key")) https_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "https-cert")) -https_tas = rpki.x509.X509_chain(Auto_files = cfg.multiget(section, "https-ta")) https_server_host = cfg.get(section, "server-host", "") https_server_port = int(cfg.get(section, "server-port")) -- cgit v1.2.3