diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-24 05:44:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-24 05:44:46 +0000 |
commit | 89e42691ded5034ca046fe21fb5bf17cf1a29c35 (patch) | |
tree | 14a673fa518772522a85a07e4821e32bbd12ba62 /rpkid/rpki/sql.py | |
parent | e353fe24d87452309e24968a462948b0863edb33 (diff) |
Checkpoint. Partly converted to new BPKI model. This breaks make
test, mostly because the cross-certification stuff isn't done yet.
svn path=/docs/left-right-xml; revision=1701
Diffstat (limited to 'rpkid/rpki/sql.py')
-rw-r--r-- | rpkid/rpki/sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/sql.py b/rpkid/rpki/sql.py index 892e99b7..85c85a6a 100644 --- a/rpkid/rpki/sql.py +++ b/rpkid/rpki/sql.py @@ -675,7 +675,7 @@ class ca_detail_obj(sql_persistant): nextUpdate = nextUpdate, names_and_objs = certs, keypair = self.manifest_private_key_id, - certs = rpki.x509.X509_chain(self.latest_manifest_cert)) + certs = self.latest_manifest_cert) repository.publish(self.latest_manifest, self.manifest_uri(ca)) |