blob: ccaaefe0078de56a46421e8189078864b9ed5714 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
****** 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.
server-host::
Hostname or IP address on which to listen for HTTP connections.
Default is the wildcard address (IPv4 0.0.0.0, IPv6 ::), which should
work in most cases.
server-port::
TCP port on which to listen for HTTP connections.
|