From c511a971d6b695c667adb57fb65802b6bb18fd84 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Mon, 25 Jul 2022 15:21:14 +0200 Subject: [PATCH] Improve aggregator docs (minor) * Add hint to OpenPGP private key in case unattended usage is wanted. --- docs/csaf_aggregator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csaf_aggregator.md b/docs/csaf_aggregator.md index 2a8c151..f6c93fb 100644 --- a/docs/csaf_aggregator.md +++ b/docs/csaf_aggregator.md @@ -71,7 +71,7 @@ adjust the `root` path accordingly. The following options can be used in the config file in TOML format: -``` +```go workers // number of parallel workers to start (default 10) folder // target folder on disc for writing the downloaded documents 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 insecure // do not check validity of TLS certificates 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 passphrase // passphrase of the OpenPGP key lock_file // path to lockfile, to stop other instances if one is not done