diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-23 22:29:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-23 22:29:15 +0000 |
commit | 61bd724d01f3863b2f0ad4ea7d48ceb558e681e3 (patch) | |
tree | 6752aabe5d84347c2c0afb7ea382e6527c2ff91d /scripts/rpki/sql.py | |
parent | 7b0dc65c57f58475111d3c30255b199026e4cdc0 (diff) |
Use SIA value passed in by caller, doh
svn path=/scripts/rpki/sql.py; revision=1496
Diffstat (limited to 'scripts/rpki/sql.py')
-rw-r--r-- | scripts/rpki/sql.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rpki/sql.py b/scripts/rpki/sql.py index 5d1495c7..71f81c35 100644 --- a/scripts/rpki/sql.py +++ b/scripts/rpki/sql.py @@ -508,8 +508,7 @@ class ca_detail_obj(sql_persistant): serial = ca.next_serial_number(), aia = self.ca_cert_uri, crldp = self.crl_uri(ca), - sia = ((rpki.oids.name2oid["id-ad-caRepository"], ("uri", ca.sia_uri)), - (rpki.oids.name2oid["id-ad-rpkiManifest"], ("uri", self.manifest_uri(ca)))), + sia = sia, resources = resources, notAfter = resources.valid_until) |