diff options
author | Rob Austein <sra@hactrn.net> | 2016-07-28 21:03:09 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-07-28 21:03:09 -0400 |
commit | 83fce9376139aac61522030ad4ff11cfe5de6139 (patch) | |
tree | 1c6d9175e9bfdb33d6280d25228bc07742e0a9da /doc/doc.RPKI.CA.Configuration.irdbd | |
parent | 794705b7cde7ab8eade9d38ddd15cfbf5de5ebd8 (diff) |
Drop in documentation extracted from wiki.rpki.net. See README for details.
Diffstat (limited to 'doc/doc.RPKI.CA.Configuration.irdbd')
-rw-r--r-- | doc/doc.RPKI.CA.Configuration.irdbd | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.irdbd b/doc/doc.RPKI.CA.Configuration.irdbd deleted file mode 100644 index 41604ca1..00000000 --- a/doc/doc.RPKI.CA.Configuration.irdbd +++ /dev/null @@ -1,47 +0,0 @@ -****** [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. |