Skip to content

Commit 3ed1d3a

Browse files
JanHoefelmeyerJan Höfelmeyer
andauthored
Rewrote confusing config option explanations in csaf_provider (#213)
Co-authored-by: Jan Höfelmeyer <Jan Höfelmeyer jhoefelmeyer@intevation.de>
1 parent 15f05fc commit 3ed1d3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/csaf_provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Following options are supported in the config file:
1515
- web: Specify the web folder. Default: `/var/www/html`.
1616
- 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`.
1717
- canonical_url_prefix: start of the URL where contents shall be accessible from the internet. Default: `https://$SERVER_NAME`.
18-
- 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`.
19-
- no_validation: Validate the uploaded CSAF document against the JSON schema. Default: `false`.
18+
- 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`.
19+
- no_validation: Skip validation of the uploaded CSAF document against the JSON schema. Default: `false`.
2020
- no_web_ui: Disable the web interface. Default: `false`.
2121
- dynamic_provider_metadata: Take the publisher from the CSAF document. Default: `false`.
2222
- upload_limit: Set the upload limit size of a file in bytes. Default: `52428800` (aka 50 MiB).

0 commit comments

Comments
 (0)