1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Adds a link to toml's website to docs/provider.md

This commit is contained in:
Jan Höfelmeyer 2022-06-16 12:46:03 +02:00
parent 8fdda14aee
commit 0268d989b5

View file

@ -1,5 +1,5 @@
`csaf_provider` implements the CGI interface for webservers
and reads its configuration from a TOML file.
and reads its configuration from a TOML file. Syntax and usage for TOML (Tom's Obvious Minimal Language) can be found under the website https://toml.io/en/.
The [setup docs](../README.md#setup-trusted-provider)
explain how to wire this up with nginx and where the config file lives.