diff options
-rw-r--r-- | scripts/apnic-poke-2.sh | 6 | ||||
-rw-r--r-- | scripts/biz-certs/Bob-CA.srl | 2 | ||||
-rw-r--r-- | scripts/rpki/up_down.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/scripts/apnic-poke-2.sh b/scripts/apnic-poke-2.sh index 2b9a931b..e426911f 100644 --- a/scripts/apnic-poke-2.sh +++ b/scripts/apnic-poke-2.sh @@ -46,9 +46,9 @@ python irbe-cli.py repository --self_id 1 --action create --bsc_id 1 # Create a parent context pointing at APNIC -- this is where we plug in the values from their YAML python irbe-cli.py parent --self_id 1 --action create --bsc_id 1 --repository_id 1 \ - --peer_contact_uri https://localhost:44333/ \ - --cms_ta biz-certs/Elena-Root.cer \ - --https_ta biz-certs/Elena-Root.cer \ + --peer_contact_uri https://mirin.apnic.net/cgi-bin/up-down-parent.cgi \ + --cms_ta mirin-cms-test/cms-trust-anchor-parent.cer \ + --https_ta mirin-cms-test/cms-trust-anchor-parent.cer \ --sia_base rsync://wombat.invalid/ # Create a child context -- note that we're using the -CA as trust anchor rather than -Root, diff --git a/scripts/biz-certs/Bob-CA.srl b/scripts/biz-certs/Bob-CA.srl index 913bddb7..f8fc30ce 100644 --- a/scripts/biz-certs/Bob-CA.srl +++ b/scripts/biz-certs/Bob-CA.srl @@ -1 +1 @@ -90801F1ED19454FD +90801F1ED19454FE diff --git a/scripts/rpki/up_down.py b/scripts/rpki/up_down.py index bf9e37a1..b241a30f 100644 --- a/scripts/rpki/up_down.py +++ b/scripts/rpki/up_down.py @@ -478,7 +478,7 @@ class message_pdu(base_elt): return r_msg @classmethod - def make_query(cls, payload, sender = "tweedledee", recipient = "tweedledum"): + def make_query(cls, payload, sender = "CHILD", recipient = "PARENT"): """Construct one message PDU.""" assert not cls.type2name[type(payload)].endswith("_response") self = cls() |