From 0268d989b56609003b75291da8891cc81b59bfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6felmeyer?= Date: Thu, 16 Jun 2022 12:46:03 +0200 Subject: [PATCH] Adds a link to toml's website to docs/provider.md --- docs/csaf_provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csaf_provider.md b/docs/csaf_provider.md index 9c08e8f..df21857 100644 --- a/docs/csaf_provider.md +++ b/docs/csaf_provider.md @@ -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.