diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-06 21:55:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-06 21:55:47 +0000 |
commit | 88953a016162642a1798c261ba04c2dc7440599a (patch) | |
tree | 8fff29f197c46c75e1eb2fcf2dddfebb46a07c61 /scripts/testroot.sh | |
parent | 3f68e5c928026598523b37770cc8c48b263e2b76 (diff) |
Checkpoint
svn path=/scripts/rpki/exceptions.py; revision=1249
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index d06737ea..6368d9c0 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -53,7 +53,7 @@ python irbe-cli.py parent --self_id 1 --action create --bsc_id 1 --repository_id # Create a child context -- note that we're using the -CA as trust anchor rather than -Root, # because the APNIC poke tool doesn't offer any way to construct CMS chains -python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-certs/Frank-CA.cer +python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-certs/Frank-Root.cer # Shut down rpkid |