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