From 87b7844b8b3625026c56986374d3ca7ea8ac71ea Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer <107021473+JanHoefelmeyer@users.noreply.github.com> Date: Fri, 2 Sep 2022 14:18:34 +0200 Subject: [PATCH] Fixes canonical url prefix not being quoted and an extra ' at line 67 in the provider_config.toml (#293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JanHoefelmeyer --- docs/examples/provider_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/provider_config.toml b/docs/examples/provider_config.toml index bae72f8..a5e9917 100644 --- a/docs/examples/provider_config.toml +++ b/docs/examples/provider_config.toml @@ -23,7 +23,7 @@ # Set the beginning of the URL where contents are accessible from the internet. # If not set, the provider will read from the $SERVER_NAME variable. # The following shows an example of a manually set prefix: -#canonical_url_prefix = https://localhost +#canonical_url_prefix = "https://localhost" # Require users to use a password and a valid Client Certificate for write access. #certificate_and_password = false @@ -64,7 +64,7 @@ # (one or more of "csaf", "white", "amber", "green", "red"). # The "csaf" entry lets the provider take the value from the CSAF document. # These affect the list items in the web interface. -#tlps = ["csaf", "white", "amber", "green", "red"]` +#tlps = ["csaf", "white", "amber", "green", "red"] # Make the provider create a ROLIE service document. #create_service_document = false