mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
* Creates an example config.toml and replaces csaf_providers example with the autodoc to said example. Co-authored-by: Jan Höfelmeyer <Jan Höfelmeyer jhoefelmeyer@intevation.de> Co-authored-by: Bernhard Reiter <bernhard@intevation.de> Co-authored-by: @mfd2007
13 lines
469 B
Markdown
13 lines
469 B
Markdown
`csaf_provider` implements the CGI interface for webservers
|
|
and reads its configuration from a [TOML](https://toml.io/en/) file.
|
|
The [setup docs](../README.md#setup-trusted-provider)
|
|
explain how to wire this up with nginx and where the config file lives.
|
|
|
|
|
|
## Provider options
|
|
|
|
The following example file documents all available configuration options:
|
|
|
|
<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=../docs/examples/provider_config.toml) -->
|
|
<!-- MARKDOWN-AUTO-DOCS:END -->
|
|
|