mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-23 00:32:55 +01:00
Improve docs für aggregator
This commit is contained in:
parent
8b04945c3e
commit
7d3bc0e24b
1 changed files with 30 additions and 1 deletions
|
|
@ -15,6 +15,35 @@ Help Options:
|
||||||
-h, --help Show this help message
|
-h, --help Show this help message
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Usage example:
|
Usage example:
|
||||||
``` ./csaf_aggregator -c docs/examples/aggregator.toml ```
|
``` ./csaf_aggregator -c docs/examples/aggregator.toml ```
|
||||||
|
|
||||||
|
### config options
|
||||||
|
|
||||||
|
*todo*
|
||||||
|
|
||||||
|
```
|
||||||
|
workers
|
||||||
|
folder
|
||||||
|
web
|
||||||
|
domain
|
||||||
|
rate
|
||||||
|
insecure
|
||||||
|
aggregator
|
||||||
|
providers
|
||||||
|
key
|
||||||
|
openpgp_url
|
||||||
|
passphrase
|
||||||
|
allow_single_provider
|
||||||
|
lock_file
|
||||||
|
interim_years
|
||||||
|
```
|
||||||
|
|
||||||
|
`providers` is a list of tables, each allowing
|
||||||
|
```
|
||||||
|
name
|
||||||
|
domain
|
||||||
|
rate
|
||||||
|
insecure
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue