diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-09 18:02:54 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-09 18:02:54 +0000 |
commit | 99acf075620c5c97872580ba7eaf60af90067468 (patch) | |
tree | 0a12cbea811068600c2b1999697e1f8bbd3a5215 /scripts/rpki/left_right.py | |
parent | b64c4107c83af6c32f5707218190a3e29be17ede (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/rpki/left_right.py')
-rw-r--r-- | scripts/rpki/left_right.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpki/left_right.py b/scripts/rpki/left_right.py index 263b47a0..4bc2e64e 100644 --- a/scripts/rpki/left_right.py +++ b/scripts/rpki/left_right.py @@ -989,7 +989,7 @@ def irdb_query(gctx, self_id, child_id = None): r_cms = rpki.https.client( privateKey = gctx.https_key, certChain = gctx.https_certs, - x509TrustList = gctx.https_tas, + x509TrustList = gctx.https_ta, url = gctx.irdb_url, msg = q_cms) r_elt = rpki.cms.xml_verify(r_cms, gctx.cms_ta_irdb) |