From 41e89b412f7beb2c9d829495afdd92bb58f80c46 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 12 Nov 2014 00:25:21 +0000 Subject: Initial (awful kludge) version of adding RRDP URIs to SIA extension. This needs rewriting, but doing it properly requires a minor database schema change, and I'm trying to get a test case running by tomorrow morning. svn path=/branches/tk705/; revision=6015 --- ca/tests/yamltest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ca/tests/yamltest.py') diff --git a/ca/tests/yamltest.py b/ca/tests/yamltest.py index e727789d..f49968b3 100644 --- a/ca/tests/yamltest.py +++ b/ca/tests/yamltest.py @@ -681,7 +681,8 @@ def create_root_certificate(db_root): root_uri = "rsync://localhost:%d/rpki/%s-root/root" % (db_root.pubd.rsync_port, db_root.name) - root_sia = (root_uri + "/", root_uri + "/root.mft", None) + from rpki.publication import rrdp_sia_uri_kludge + root_sia = (root_uri + "/", root_uri + "/root.mft", None, rrdp_sia_uri_kludge) root_cert = rpki.x509.X509.self_certify( keypair = root_key, -- cgit v1.2.3