RPKI Engine 1.0

Common Configuration Options

Some of the options that the several daemons take are common to all daemons.

Which daemon they affect depends only on which sections of which config files they are in.

The first group of options are debugging flags, which can be set to "true" or "false". If not specified, default values will be chosen (generally false).

debug_http:
Enable verbose http debug logging.
debug_tls_certs:
Enable verbose logging about tls certs.
want_persistent_client:
Enable http 1.1 persistence, client side.
want_persistent_server:
Enable http 1.1 persistence, server side.
debug_cms_certs:
Enable verbose logging about cms certs.
sql_debug:
Enable verbose logging about sql operations.
gc_debug:
Enable scary garbage collector debugging.
timer_debug:
Enable verbose logging of timer system.

There are also a few options that allow you to save CMS messages for audit or debugging. The save format is a simple MIME encoding in a Maildir-format mailbox. The current options are very crude, at some point we may provide finer grain controls.

dump_outbound_cms:
Dump messages we send to this mailbox.
dump_inbound_cms:
Dump messages we receive to this mailbox.
 All Classes Namespaces Files Functions Variables