From 3ed1d3ab21e3809dcd12300d6cc176d61bae9cc7 Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer <107021473+JanHoefelmeyer@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:32:48 +0200 Subject: [PATCH] Rewrote confusing config option explanations in csaf_provider (#213) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Höfelmeyer --- docs/csaf_provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csaf_provider.md b/docs/csaf_provider.md index 34eb48d..8fde69d 100644 --- a/docs/csaf_provider.md +++ b/docs/csaf_provider.md @@ -15,8 +15,8 @@ Following options are supported in the config file: - web: Specify the web folder. Default: `/var/www/html`. - upload_signature: Send signature with the request, an additional input-field in the web interface will be shown to let user enter an ascii armored signature. Default: `false`. - canonical_url_prefix: start of the URL where contents shall be accessible from the internet. Default: `https://$SERVER_NAME`. - - no_passphrase: Let user send password with the request, if set to true the input-field in the web interface will be disappeared. Default: `false`. - - no_validation: Validate the uploaded CSAF document against the JSON schema. Default: `false`. + - no_passphrase: Let the user send the request without having to send a password. If set to true, the input-field in the web interface will be omitted. Default: `false`. + - no_validation: Skip validation of the uploaded CSAF document against the JSON schema. Default: `false`. - no_web_ui: Disable the web interface. Default: `false`. - dynamic_provider_metadata: Take the publisher from the CSAF document. Default: `false`. - upload_limit: Set the upload limit size of a file in bytes. Default: `52428800` (aka 50 MiB).