diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2014-04-24 13:00:29 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2014-04-24 13:00:29 +0000 |
commit | 4421a6a5aa8ea904ec1e3375a1f5cb17a1dcc8fa (patch) | |
tree | 3d1f33ab1369ad5b15e0f0f6c4fe0b8aa22beebe /doc | |
parent | af356f3e603dd222dfacc193af63cf211589ae92 (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5814
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc.RPKI.CA.Configuration.irdbd | 47 | ||||
-rw-r--r-- | doc/manual.pdf | bin | 753935 -> 757140 bytes |
2 files changed, 47 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.irdbd b/doc/doc.RPKI.CA.Configuration.irdbd index e69de29b..41604ca1 100644 --- a/doc/doc.RPKI.CA.Configuration.irdbd +++ b/doc/doc.RPKI.CA.Configuration.irdbd @@ -0,0 +1,47 @@ +****** [irdbd] section ****** + +irdbd's default configuration file is the system rpki.conf file. Start irdbd +with "-c filename" to choose a different configuration file. All options are in +the "[irdbd]" section. + +Since irdbd is part of the back-end system, it has direct access to the back- +end's SQL database, and thus is able to pull its own BPKI configuration +directly from the database, and thus needs a bit less configuration than the +other daemons. + +***** sql-database ***** + +MySQL database name for irdbd. + + sql-database = ${myrpki::irdbd_sql_database} + +***** sql-username ***** + +MySQL user name for irdbd. + + sql-username = ${myrpki::irdbd_sql_username} + +***** sql-password ***** + +MySQL password for irdbd. + + sql-password = ${myrpki::irdbd_sql_password} + +***** server-host ***** + +Host on which irdbd should listen for HTTP service requests. + + server-host = ${myrpki::irdbd_server_host} + +***** server-port ***** + +Port on which irdbd should listen for HTTP service requests. + + server-port = ${myrpki::irdbd_server_port} + +***** startup-message ***** + +String to log on startup, useful when debugging a collection of irdbd instances +at once. + +No default value. diff --git a/doc/manual.pdf b/doc/manual.pdf Binary files differindex 2dbe7915..701bf98f 100644 --- a/doc/manual.pdf +++ b/doc/manual.pdf |