aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill/examples/myrpki.conf
diff options
context:
space:
mode:
Diffstat (limited to 'myrpki.rototill/examples/myrpki.conf')
-rw-r--r--myrpki.rototill/examples/myrpki.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/myrpki.rototill/examples/myrpki.conf b/myrpki.rototill/examples/myrpki.conf
index d06c6e58..8ce59498 100644
--- a/myrpki.rototill/examples/myrpki.conf
+++ b/myrpki.rototill/examples/myrpki.conf
@@ -87,9 +87,19 @@ run_pubd = true
pubd_server_host = pubd.example.org
pubd_server_port = 4402
-# Whether you want myirbe.py to generate BPKI certs for running your
-# very own copy of rootd. Don't enable this unless you really know
-# what you're doing. See [rootd] section below for further comments.
+# Contact information to include in offers of repository service.
+# This only matters when we're running pubd. This should be a human
+# readable string, perhaps containing an email address or URL.
+
+pubd_contact_info = repo-man@rpki.example.org
+
+# Whether to offer repository service to our children.
+# This only matters when we're running pubd.
+
+pubd_offer_service_to_children = true
+
+# Whether you want to run your very own copy of rootd. Don't enable
+# this unless you really know what you're doing.
run_rootd = true