aboutsummaryrefslogtreecommitdiff
path: root/docs/OPERATION
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-01-09 18:21:03 +0000
committerRob Austein <sra@hactrn.net>2008-01-09 18:21:03 +0000
commit86ffacdadfd60ac551b0be5d3dbe6871cdf057a6 (patch)
tree7bfc02eb8eb78b5d1fceb55d246c3cdf0642acae /docs/OPERATION
parent4422b6741668f3d1a5d89a92cda79f90d30b9cc3 (diff)
Checkpoint
svn path=/docs/OPERATION; revision=1461
Diffstat (limited to 'docs/OPERATION')
-rw-r--r--docs/OPERATION45
1 files changed, 44 insertions, 1 deletions
diff --git a/docs/OPERATION b/docs/OPERATION
index 723c4553..2c50631f 100644
--- a/docs/OPERATION
+++ b/docs/OPERATION
@@ -198,7 +198,50 @@ rpki-pkcs10-filename: Name of file that rootd should use when saving
----------------------------------------------------------------
-irdbd.py
+irdbd.py config file:
+
+The default config file is irdbd.conf, start rpkid with "-c filename"
+to choose a different config file. All options are in the section
+"[irdbd]". Certificates, keys, and trust anchors may be in either DER
+or PEM format.
+
+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.
+
+cms-ta: Name of file containing CMS trust anchor to
+ use when authenticating messages from rpkid.
+
+cms-key: Name of file containing RSA key to use when
+ signing CMS messages to rpkid.
+
+cms-certs: Name(s) of file(s) containing certificate(s)
+ to include in CMS wrapper when signing
+ messages to rpkid. You can specify more than
+ one certificate using OpenSSL-style
+ subscripts: cms-certs.0, cms-certs.1, etc.
+
+https-key: Name of file containing RSA key to use in the
+ HTTPS server role when listening for
+ connections from rpkid.
+
+https-certs: Name(s) of file(s) containing certificate(s)
+ to use in the HTTPS server role when listening
+ for connections from rpkid. You can specify
+ more than one certificate using OpenSSL-style
+ subscripts: https-certs.0, https-certs.1, etc.
+
+https-url: Service URL for irdbd. Must be a https// URL.
----------------------------------------------------------------
et/commit/scripts/irbe-setup.py?id=5126e8f9e98cfe52b00ab064ed683611f713d94c'>5126e8f9
a780a780

860f2242
5126e8f9

6462e031
7476eb0d
89e42691


14f2160b

89e42691
5126e8f9
9893aed0
5126e8f9


f366be0e
5126e8f9


f366be0e
5126e8f9



55769ccf



435854c8
5126e8f9




ac9ca8b4
5126e8f9


f366be0e
5126e8f9


f366be0e

aac95769
f366be0e
5126e8f9






ef205774
5126e8f9

ef205774

aac95769
ef205774
a780a780






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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118