diff options
author | Rob Austein <sra@hactrn.net> | 2012-04-16 19:11:35 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-04-16 19:11:35 +0000 |
commit | 6f45f4a6b5a65ab12db71623877ce075f218e98c (patch) | |
tree | 7ae72c195239361cfdbb66ec32d0af396b9cb124 /doc/doc.RPKI.CA.Configuration.irdbd | |
parent | a259bee8fd59e3a2979ef3a90029f99e666034b3 (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.irdbd')
-rw-r--r-- | doc/doc.RPKI.CA.Configuration.irdbd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.irdbd b/doc/doc.RPKI.CA.Configuration.irdbd new file mode 100644 index 00000000..ccc24ba7 --- /dev/null +++ b/doc/doc.RPKI.CA.Configuration.irdbd @@ -0,0 +1,33 @@ +****** irdbd.conf ****** + +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 section "[irdbd]". + +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. + +Options: + +startup-message:: + + String to log on startup, useful when debugging a collection of irdbd + instances at once. + +sql-username:: + + Username to hand to MySQL when connecting to irdbd's database. + +sql-database:: + + MySQL's database name for irdbd's database. + +sql-password:: + + Password to hand to MySQL when connecting to irdbd's database. + +http-url:: + + Service URL for irdbd. Must be a http:// URL. |