You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csaf_provider.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ Following options are supported in the config file:
15
15
- web: Specify the web folder. Default: `/var/www/html`.
16
16
- 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`.
17
17
- 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`.
20
20
- no_web_ui: Disable the web interface. Default: `false`.
21
21
- dynamic_provider_metadata: Take the publisher from the CSAF document. Default: `false`.
22
22
- upload_limit: Set the upload limit size of a file in bytes. Default: `52428800` (aka 50 MiB).
0 commit comments