diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-14 23:09:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-14 23:09:48 +0000 |
commit | 76d4806704e61589eada6aec60154425ca706a84 (patch) | |
tree | 9eb4ab0ddfe33ce3250c6087c50545dd3d85f9d6 | |
parent | 95df062159c0a63975dcbb244174beed14dac5da (diff) |
Checkpoint
svn path=/myrpki/examples/myrpki.conf; revision=3203
-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 |