diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-06 02:01:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-06 02:01:09 +0000 |
commit | 7c47feced59c1dfa6f1c32171e5101f5e624ab81 (patch) | |
tree | 01031e3ebfc2090734ce3887a78b530e33549265 /scripts/rpki/sql.py | |
parent | 99502911a71cc77433a5b3740fb980195ff07d48 (diff) |
Checkpoint
svn path=/scripts/biz-certs/Bob-CA.srl; revision=1368
Diffstat (limited to 'scripts/rpki/sql.py')
-rw-r--r-- | scripts/rpki/sql.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rpki/sql.py b/scripts/rpki/sql.py index a60caf50..c9023d02 100644 --- a/scripts/rpki/sql.py +++ b/scripts/rpki/sql.py @@ -615,7 +615,6 @@ class child_cert_obj(sql_persistant): subject_key = self.cert.getPublicKey(), sia = sia, resources = resources, - notAfter = resources.valid_until, child_cert = child_cert) if must_revoke: |