aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpkid.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-01-09 18:02:54 +0000
committerRob Austein <sra@hactrn.net>2008-01-09 18:02:54 +0000
commit99acf075620c5c97872580ba7eaf60af90067468 (patch)
tree0a12cbea811068600c2b1999697e1f8bbd3a5215 /scripts/rpkid.py
parentb64c4107c83af6c32f5707218190a3e29be17ede (diff)
Clean up (most of) the mess of multiple trust anchors left over from
early experiments, because cleaning up the mess was easier than documenting it. svn path=/scripts/Makefile; revision=1458
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-xscripts/rpkid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py
index 6518a112..38c185b0 100755
--- a/scripts/rpkid.py
+++ b/scripts/rpkid.py
@@ -80,7 +80,7 @@ class global_context(object):
self.https_key = rpki.x509.RSA(Auto_file = cfg.get("https-key"))
self.https_certs = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-cert"))
- self.https_tas = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-ta"))
+ self.https_ta = rpki.x509.X509_chain(Auto_files = cfg.multiget("https-ta"))
self.irdb_url = cfg.get("irdb-url")