aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.CA.Configuration.Common
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-04-16 19:11:35 +0000
committerRob Austein <sra@hactrn.net>2012-04-16 19:11:35 +0000
commit6f45f4a6b5a65ab12db71623877ce075f218e98c (patch)
tree7ae72c195239361cfdbb66ec32d0af396b9cb124 /doc/doc.RPKI.CA.Configuration.Common
parenta259bee8fd59e3a2979ef3a90029f99e666034b3 (diff)
Add flat text and PDF translations of documentation from
http://trac.rpki.net/, which is now the primary documentation source. This partially addresses #224, although there is no doubt still a way to go on content of the new documentation, given the complaints\\\\\\\\\\helpful suggestions I'm getting from my esteemed group of alpha testers. svn path=/trunk/; revision=4423
Diffstat (limited to 'doc/doc.RPKI.CA.Configuration.Common')
-rw-r--r--doc/doc.RPKI.CA.Configuration.Common71
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.Common b/doc/doc.RPKI.CA.Configuration.Common
new file mode 100644
index 00000000..f2fe85c0
--- /dev/null
+++ b/doc/doc.RPKI.CA.Configuration.Common
@@ -0,0 +1,71 @@
+****** RPKI Engine Common Configuration Options ******
+
+Some of the configuration options are common to all of the daemons. Which
+daemon they affect depends only on which sections of which configuration file
+they are in.
+
+The first group of options are boolean flags, which can be set to "true" or
+"false". If not specified, default values will be chosen (generally false).
+Many of these flags controll debugging code that is probably of interest only
+to the developers.
+
+debug_http::
+
+ Enable verbose http debug logging.
+
+want_persistent_client::
+
+ Enable http 1.1 persistence, client side.
+
+want_persistent_server::
+
+ Enable http 1.1 persistence, server side.
+
+use_adns::
+
+ Use asynchronous DNS code. Enabling this will raise an exception if
+ the dnspython toolkit is not installed. Asynchronous DNS is an
+ experimental feature intended to allow higher throughput on busy
+ servers; if you don't know why you need it, you probably don't.
+
+enable_ipv6_clients::
+
+ Enable IPv6 HTTP client code.
+
+enable_ipv6_servers::
+
+ Enable IPv6 HTTP server code. On by default, since listening for IPv6
+ connections is usually harmless.
+
+debug_cms_certs::
+
+ Enable verbose logging about CMS certificates.
+
+sql_debug::
+
+ Enable verbose logging about sql operations.
+
+gc_debug::
+
+ Enable scary garbage collector debugging.
+
+timer_debug::
+
+ Enable verbose logging of timer system.
+
+enable_tracebacks::
+
+ Enable Python tracebacks in logs.
+
+There are also a few options which allow you to save CMS messages for audit or
+debugging. The save format is a simple MIME encoding in a {{http://
+en.wikipedia.org/wiki/Maildir|Maildir}-format mailbox. The current options are
+very crude, at some point we may provide finer grain controls.
+
+dump_outbound_cms::
+
+ Dump verbatim copies of CMS messages we send to this mailbox.
+
+dump_inbound_cms::
+
+ Dump verbatim copies of CMS messages we receive to this mailbox.