diff options
Diffstat (limited to 'scripts/apnic-poke-1.sh')
-rw-r--r-- | scripts/apnic-poke-1.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/apnic-poke-1.sh b/scripts/apnic-poke-1.sh index aa4d9199..d0bba366 100644 --- a/scripts/apnic-poke-1.sh +++ b/scripts/apnic-poke-1.sh @@ -68,7 +68,8 @@ 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-Root.cer +#python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-certs/Frank-Root.cer +python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-certs/Frank-CA.cer # Run the other daemons, arrange for everything to go away on shutdown, # run initial cron job to set things up, then wait |