diff options
Diffstat (limited to 'myrpki.rototill/examples/myrpki.conf')
-rw-r--r-- | myrpki.rototill/examples/myrpki.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/myrpki.rototill/examples/myrpki.conf b/myrpki.rototill/examples/myrpki.conf index 71813949..d54889fd 100644 --- a/myrpki.rototill/examples/myrpki.conf +++ b/myrpki.rototill/examples/myrpki.conf @@ -48,7 +48,7 @@ parents_csv = parents.csv prefix_csv = prefixes.csv asn_csv = asns.csv xml_filename = myrpki.xml -bpki_directory = bpki.myrpki +bpki_directory = bpki/myrpki ################################################################# @@ -68,7 +68,12 @@ pubd_base = https://${pubd::server-host}:${pubd::server-port}/ # # You need to configure this. -rpkid_base = https://rpkid.example.org:4404 +rpkid_base = https://${rpkid::server-host}:${rpkid::server-port} + +# Whether you want to run your own copy of rpkid (and irdbd). In +# general, if you're running myirbe.py at all, you want this on. + +want_rpkid = true # Whether you want myirbe.py to attempt to configure your own copy of # pubd. In general, it's best to use your parent's pubd if you can, @@ -91,7 +96,7 @@ want_rootd = false # Where to put BPKI stuff for the IRBE operator (entity that operates # rpkid etc). Don't change this without a reason. -bpki_directory = bpki.myirbe +bpki_directory = bpki/myirbe ################################################################# |