aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests/testpoke.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-11-10 07:36:05 +0000
committerRob Austein <sra@hactrn.net>2010-11-10 07:36:05 +0000
commitf02b047255145cdac8c8c237461286ed6d5dfa2c (patch)
tree578ec271a07cb353b285590c05fb2ec25106b67c /rpkid/tests/testpoke.py
parent4078f96bed81277ca155d57ef6a8fae5523729ce (diff)
Back out change to .mft, because it breaks installed certs and I don't
(yet) have a tool to allow forced cert regeneration to fix this. svn path=/rpkid/rootd.py; revision=3546
Diffstat (limited to 'rpkid/tests/testpoke.py')
-rw-r--r--rpkid/tests/testpoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/tests/testpoke.py b/rpkid/tests/testpoke.py
index 1d7610ac..0e9c06cd 100644
--- a/rpkid/tests/testpoke.py
+++ b/rpkid/tests/testpoke.py
@@ -137,7 +137,7 @@ def do_issue():
q_pdu = rpki.up_down.issue_pdu()
req_key = get_PEM("cert-request-key", rpki.x509.RSA, yaml_req) or cms_key
sia = ((rpki.oids.name2oid["id-ad-caRepository"], ("uri", yaml_req["sia"][0])),
- (rpki.oids.name2oid["id-ad-rpkiManifest"], ("uri", yaml_req["sia"][0] + req_key.gSKI() + ".mft")))
+ (rpki.oids.name2oid["id-ad-rpkiManifest"], ("uri", yaml_req["sia"][0] + req_key.gSKI() + ".mnf")))
q_pdu.class_name = yaml_req["class"]
q_pdu.pkcs10 = rpki.x509.PKCS10.create_ca(req_key, sia)
query_up_down(q_pdu)