diff options
-rw-r--r-- | myrpki/examples/myrpki.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/myrpki/examples/myrpki.conf b/myrpki/examples/myrpki.conf index 4ed67563..a11a9722 100644 --- a/myrpki/examples/myrpki.conf +++ b/myrpki/examples/myrpki.conf @@ -30,8 +30,8 @@ xml_filename = myrpki.xml bpki_resources_directory = bpki/resources bpki_servers_directory = bpki/servers -# 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. +# Whether you want to run your own copy of rpkid (and irdbd). You +# want this on unless somebody else is hosting rpkid service for you. run_rpkid = true @@ -51,7 +51,7 @@ irdbd_server_port = 4403 # number of publication sites that relying parties need to check, so # don't enable this unless you have a good reason. -run_pubd = true +run_pubd = false # DNS hostname and server port number for pubd, if you're running it. # Hostname has to be a publicly reachable name to be useful, port can |