diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-01 02:43:54 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-01 02:43:54 +0000 |
commit | dab64de7378853c3ab33dc7c14fd332228467541 (patch) | |
tree | 31d1d797f84ea9026452d67da9abc9e61664479f /scripts/testroot.py | |
parent | 8a825a38869bad3b30c0c854a480f976be43d560 (diff) |
More dumb bugs
svn path=/scripts/rpki/up_down.py; revision=1222
Diffstat (limited to 'scripts/testroot.py')
-rwxr-xr-x | scripts/testroot.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/testroot.py b/scripts/testroot.py index 5cd224d9..0cfb2862 100755 --- a/scripts/testroot.py +++ b/scripts/testroot.py @@ -40,7 +40,8 @@ def compose_response(r_msg): rc.certs.append(rpki.up_down.certificate_elt()) rc.certs[0].cert_url = rpki.up_down.multi_uri(root_base + rpki_subject.gSKI() + ".cer") rc.certs[0].cert = rpki_subject - rc.issuer = rpki.issuer + rc.issuer = rpki_issuer + print rc, rc.certs, rc.certs[0], rc.issuer class list_pdu(rpki.up_down.list_pdu): def serve_pdu(self, xxx1, q_msg, r_msg, xxx2): |