Skip to content

Commit d9b0432

Browse files
authored
doc/cmd/multiroot.txt: Add dbconfig to example
multirootca/config was moved to the root of the source directory.
1 parent bba3a20 commit d9b0432

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/cmd/multiroot.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
THE MULTIROOTCA PROGRAM
22

3-
The multirootca program is a authenticated-signer-only server that is
3+
The multirootca program is an authenticated-signer-only server that is
44
intended to be used as a remote server for cfssl instances. The
55
scenario it was originally intended for is
66

@@ -9,7 +9,7 @@ scenario it was originally intended for is
99
issuing certificates.
1010

1111
The multirootca configuration file is an ini-style configuration file;
12-
an example is found in `cmd/multirootca/config/testdata/roots_whitelist.conf`.
12+
various examples can be found in `multirootca/config/testdata`.
1313

1414
[ primary ]
1515
private = file://testdata/server.key
@@ -21,6 +21,7 @@ an example is found in `cmd/multirootca/config/testdata/roots_whitelist.conf`.
2121
private = file://testdata/server.key
2222
certificate = testdata/server.crt
2323
config = testdata/config.json
24+
dbconfig = testdata/db-config.json
2425

2526
This defines two signers, labelled "primary" and "backup". These are
2627
both using the same key, but in practice these keys will be
@@ -30,7 +31,9 @@ points to a cfssl configuration file to use for each signer; the
3031
format of this file is described in "cfssl.txt". Optionally, a nets
3132
entry points to a comma-separated list of networks that should be
3233
permitted access to the signer. This list forms a whitelist; if it's
33-
not present, all networks are whitelisted for that signer.
34+
not present, all networks are whitelisted for that signer. A dbconfig
35+
entry points to a certdb configuration file containing database
36+
connection details, see `certdb/README.md`.
3437

3538
SPECIFYING A PRIVATE KEY
3639

0 commit comments

Comments
 (0)