aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-22 00:43:48 +0000
committerRob Austein <sra@hactrn.net>2007-12-22 00:43:48 +0000
commit31ff4188d66f25770b03031408d7ddf5fb6300e8 (patch)
tree85a50e5e229973a6084d7f09c3f1c3857c838c11 /scripts
parent59d53e8b4244fa0aa06df66801c7f127964cea46 (diff)
Don't load trust anchor we never use
svn path=/scripts/testroot.py; revision=1411
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/testroot.py1
1 files changed, 0 insertions, 1 deletions
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"))