mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Only create/update index.txt, changes.csv, security.txt when configured. (#210)
* Change default to not write index.txt, changes.csv and security.txt (for provider and aggregator) * Add config file options to reenable writing.
This commit is contained in:
parent
3a3ef7a961
commit
20f5937240
8 changed files with 51 additions and 23 deletions
|
|
@ -78,8 +78,7 @@ web // directory to be served by the webserver
|
|||
domain // base url where the contents will be reachable from outside
|
||||
rate // overall downloading limit per worker
|
||||
insecure // do not check validity of TLS certificates
|
||||
aggregator // table with basic infos for the aggregator object
|
||||
providers // array of tables, each entry to be mirrored or listed
|
||||
write_indices // write index.txt and changes.csv
|
||||
openpgp_private_key // OpenPGP private key
|
||||
openpgp_public_key // OpenPGP public key
|
||||
passphrase // passphrase of the OpenPGP key
|
||||
|
|
@ -88,6 +87,8 @@ interim_years // limiting the years for which interim documents are sear
|
|||
verbose // print more diagnostic output, e.g. https request
|
||||
allow_single_provider // debugging option
|
||||
remote_validator // use remote validation checker
|
||||
aggregator // table with basic infos for the aggregator object
|
||||
providers // array of tables, each entry to be mirrored or listed
|
||||
```
|
||||
|
||||
Rates are specified as floats in HTTPS operations per second.
|
||||
|
|
@ -99,6 +100,7 @@ name
|
|||
domain
|
||||
rate
|
||||
insecure
|
||||
write_indices
|
||||
```
|
||||
|
||||
#### Example config file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue