diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-01 12:46:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-01 12:46:12 +0000 |
commit | 56a4ab2e45cf149c61f68428003050b423e15862 (patch) | |
tree | 7089576ca171a8c9d1148cdade1868687e7ed7ac /scripts/testroot.sh | |
parent | 12feb50d0494ebbf33cd18b4c8974eebf2e20158 (diff) |
Checkpoint
svn path=/scripts/rpki/sql.py; revision=1226
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index e107621e..b7de13de 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -47,7 +47,8 @@ python irbe-cli.py repository --self_id 1 --action create --bsc_id 1 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 + --https_ta biz-certs/Elena-Root.cer \ + --sia_base rsync://wombat.invalid/ # Shut down rpkid (there should be a left-right command for this!) |