diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-08 17:30:58 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-08 17:30:58 -0400 |
commit | 1f75ecd9bc47c12a3c1596497dfaa621a2d16103 (patch) | |
tree | f52166c947154730db2723263bb3bdc845ad1249 /doc/13.RPKI.CA.Configuration.Common.wiki | |
parent | 7be7c02b6d2f1cec295ebacac49b01c75b6038a4 (diff) |
Move old manual to doc/manual, to make it easier to find other documentation.
Diffstat (limited to 'doc/13.RPKI.CA.Configuration.Common.wiki')
-rw-r--r-- | doc/13.RPKI.CA.Configuration.Common.wiki | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/doc/13.RPKI.CA.Configuration.Common.wiki b/doc/13.RPKI.CA.Configuration.Common.wiki deleted file mode 100644 index 2b1d3163..00000000 --- a/doc/13.RPKI.CA.Configuration.Common.wiki +++ /dev/null @@ -1,63 +0,0 @@ -= RPKI Engine Common Configuration Options = - -[[TracNav(doc/RPKI/TOC)]] - -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. |