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 | |
parent | 99502911a71cc77433a5b3740fb980195ff07d48 (diff) |
Checkpoint
svn path=/scripts/biz-certs/Bob-CA.srl; revision=1368
-rw-r--r-- | scripts/biz-certs/Bob-CA.srl | 2 | ||||
-rw-r--r-- | scripts/rpki/sql.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/biz-certs/Bob-CA.srl b/scripts/biz-certs/Bob-CA.srl index 35d9ce2a..bded091f 100644 --- a/scripts/biz-certs/Bob-CA.srl +++ b/scripts/biz-certs/Bob-CA.srl @@ -1 +1 @@ -90801F1ED1945518 +90801F1ED194551A 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: |