diff options
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 |