diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-06 23:34:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-06 23:34:50 +0000 |
commit | c47e7b2b9bfa80944efd6cbe3a2efcd6aaa2b2d7 (patch) | |
tree | 6af96f9b5272f3355a4c8d55452fe9a27697f045 /scripts/testroot.sh | |
parent | 1b4918cd8369cec7da833a89f309bd32fbfbcba9 (diff) |
Note
svn path=/scripts/testroot.sh; revision=1251
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index 6368d9c0..15d5f516 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -55,6 +55,10 @@ python irbe-cli.py parent --self_id 1 --action create --bsc_id 1 --repository_id python irbe-cli.py child --self_id 1 --action create --bsc_id 1 --cms_ta biz-certs/Frank-Root.cer +# Need to link irdb to created child. For now, just do this manually in MySQL CLI: +# +# UPDATE registrant SET rpki_self_id = 1, rpki_child_id = 1 WHERE subject_name = "Epilogue Technology Corporation" + # Shut down rpkid kill $rpkid |