1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

improve docs (minor) for csaf_provider (#668)
Some checks are pending
generate-markdown / auto-update-readme (push) Waiting to run
Go / build (push) Waiting to run
Go / run_modver (push) Blocked by required conditions

* add a "both" to explain the config file option
    `certificate_and_password` better.
This commit is contained in:
Bernhard E. Reiter 2025-09-01 15:40:42 +02:00 committed by GitHub
parent f6927154bf
commit 1a2a8fae9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,8 @@ The following example file documents all available configuration options:
# The following shows an example of a manually set prefix: # 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. # Require users to use both
# (1) a password and (2) a valid Client Certificate for write access.
#certificate_and_password = false #certificate_and_password = false
# Allow the user to send the request without having to send a passphrase # Allow the user to send the request without having to send a passphrase