From c47e7b2b9bfa80944efd6cbe3a2efcd6aaa2b2d7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 6 Nov 2007 23:34:50 +0000 Subject: Note svn path=/scripts/testroot.sh; revision=1251 --- scripts/testroot.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/testroot.sh') 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 -- cgit v1.2.3