diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-04 07:29:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-04 07:29:03 +0000 |
commit | 3de2adc336505bb4f0144d189f88337e426706fa (patch) | |
tree | 82a66c47ed1ebb5c43953680beeca93840e217a8 /scripts/apnic-poke-2.sh | |
parent | 15995263083ea1ea1ad9573d86598f9be73ea851 (diff) |
Checkpoint
svn path=/scripts/apnic-poke-2.sh; revision=1356
Diffstat (limited to 'scripts/apnic-poke-2.sh')
-rw-r--r-- | scripts/apnic-poke-2.sh | 6 |
1 files changed, 3 insertions, 3 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, |