diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-23 13:19:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-23 13:19:55 +0000 |
commit | 6d81562d626b24706f2354ded65ff9c536271f52 (patch) | |
tree | 7ca78686504247b4db00963c1ae2b99deaa530f7 /rpkid/testbed.py | |
parent | 4d163f646207005fd51878e66b4af39b9a113880 (diff) |
Collapse HTTPS and CMS BPKI certs for pubd, separation not needed
svn path=/myrpki/myirbe.py; revision=2781
Diffstat (limited to 'rpkid/testbed.py')
-rw-r--r-- | rpkid/testbed.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rpkid/testbed.py b/rpkid/testbed.py index b76e9499..23dbff7b 100644 --- a/rpkid/testbed.py +++ b/rpkid/testbed.py @@ -879,15 +879,12 @@ class allocation(object): base_uri = s.sia_base, bpki_cert = s.cross_certify(pubd_name + "-TA", reverse = True))) - repository_cert = s.cross_certify(pubd_name + "-TA") - rpkid_pdus.append(rpki.left_right.repository_elt.make_pdu( action = "create", self_handle = s.name, bsc_handle = "b", repository_handle = "r", - bpki_cms_cert = repository_cert, - bpki_https_cert = repository_cert, + bpki_cert = s.cross_certify(pubd_name + "-TA"), peer_contact_uri = "https://localhost:%d/client/%s" % (pubd_port, s.client_handle))) for k in s.kids: |