aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill/myirbe.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-02-20 07:37:45 +0000
committerRob Austein <sra@hactrn.net>2010-02-20 07:37:45 +0000
commit58a7ec6bbd8e2d2938c980d3d91943183146ee83 (patch)
tree51631ecb7d77ee3e3a0cb6a35b9853f40e6d359c /myrpki.rototill/myirbe.py
parent3f23e4bd922de85eff79542a5b95cae0b29bf840 (diff)
Checkpoint
svn path=/myrpki.rototill/initialize.py; revision=2989
Diffstat (limited to 'myrpki.rototill/myirbe.py')
-rw-r--r--myrpki.rototill/myirbe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki.rototill/myirbe.py b/myrpki.rototill/myirbe.py
index e3cfd645..1ea20b43 100644
--- a/myrpki.rototill/myirbe.py
+++ b/myrpki.rototill/myirbe.py
@@ -303,8 +303,8 @@ for xmlfile in xmlfiles:
print "Nothing else I can do without a trust anchor for the entity I'm hosting."
continue
- rpkid_xcert = rpki.x509.X509(PEM_file = bpki.fxcert(handle + ".cacert.cer",
- hosted_cacert.get_PEM(),
+ rpkid_xcert = rpki.x509.X509(PEM_file = bpki.fxcert(pem = hosted_cacert.get_PEM(),
+ filename = handle + ".cacert.cer",
path_restriction = 1))
# See what rpkid and pubd already have on file for this entity.