mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Improve aggregator docs (minor)
* Add hint to OpenPGP private key in case unattended usage is wanted.
This commit is contained in:
parent
016188060f
commit
c511a971d6
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ adjust the `root` path accordingly.
|
||||||
|
|
||||||
The following options can be used in the config file in TOML format:
|
The following options can be used in the config file in TOML format:
|
||||||
|
|
||||||
```
|
```go
|
||||||
workers // number of parallel workers to start (default 10)
|
workers // number of parallel workers to start (default 10)
|
||||||
folder // target folder on disc for writing the downloaded documents
|
folder // target folder on disc for writing the downloaded documents
|
||||||
web // directory to be served by the webserver
|
web // directory to be served by the webserver
|
||||||
|
|
@ -79,7 +79,7 @@ domain // base url where the contents will be reachable from outs
|
||||||
rate // overall downloading limit per worker
|
rate // overall downloading limit per worker
|
||||||
insecure // do not check validity of TLS certificates
|
insecure // do not check validity of TLS certificates
|
||||||
write_indices // write index.txt and changes.csv
|
write_indices // write index.txt and changes.csv
|
||||||
openpgp_private_key // OpenPGP private key
|
openpgp_private_key // OpenPGP private key (must have no passphrase set, if you want to run the aggregator unattented, e.g. via cron.)
|
||||||
openpgp_public_key // OpenPGP public key
|
openpgp_public_key // OpenPGP public key
|
||||||
passphrase // passphrase of the OpenPGP key
|
passphrase // passphrase of the OpenPGP key
|
||||||
lock_file // path to lockfile, to stop other instances if one is not done
|
lock_file // path to lockfile, to stop other instances if one is not done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue