1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Update doc to include default location instead of only name. (which is not the default)

This commit is contained in:
JanHoefelmeyer 2023-03-17 13:03:36 +01:00
parent bb053bd427
commit a28ebe39cb

View file

@ -91,7 +91,7 @@ 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 (default:run.lock)
lock_file // path to lockfile, to stop other instances if one is not done (default:/var/csaf_aggregator/run.lock)
no_lock // explicitely disable usage of lock files. (default: false)
interim_years // limiting the years for which interim documents are searched (default 0)
verbose // print more diagnostic output, e.g. https requests (default false)