aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-04 07:29:03 +0000
committerRob Austein <sra@hactrn.net>2007-12-04 07:29:03 +0000
commit3de2adc336505bb4f0144d189f88337e426706fa (patch)
tree82a66c47ed1ebb5c43953680beeca93840e217a8 /scripts
parent15995263083ea1ea1ad9573d86598f9be73ea851 (diff)
Checkpoint
svn path=/scripts/apnic-poke-2.sh; revision=1356
Diffstat (limited to 'scripts')
-rw-r--r--scripts/apnic-poke-2.sh6
-rw-r--r--scripts/biz-certs/Bob-CA.srl2
-rw-r--r--scripts/rpki/up_down.py2
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()