From 8df67a7b1d955c601ec159b37d6376f5091d641f Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Mon, 25 Jul 2022 15:24:26 +0200 Subject: [PATCH] Improve aggregator doc formatting (minor) --- docs/csaf_aggregator.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/csaf_aggregator.md b/docs/csaf_aggregator.md index f6c93fb..00bff87 100644 --- a/docs/csaf_aggregator.md +++ b/docs/csaf_aggregator.md @@ -79,7 +79,8 @@ 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 (must have no passphrase set, if you want to run the aggregator unattented, e.g. via cron.) +openpgp_private_key // OpenPGP private key (must have no passphrase set, if + // you want to be able to run unattended, 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