Skip to content

Commit 1a2a8fa

Browse files
improve docs (minor) for csaf_provider (gocsaf#668)
* add a "both" to explain the config file option `certificate_and_password` better.
1 parent f692715 commit 1a2a8fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/csaf_provider.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ The following example file documents all available configuration options:
5858
# The following shows an example of a manually set prefix:
5959
#canonical_url_prefix = "https://localhost"
6060

61-
# Require users to use a password and a valid Client Certificate for write access.
61+
# Require users to use both
62+
# (1) a password and (2) a valid Client Certificate for write access.
6263
#certificate_and_password = false
6364

6465
# Allow the user to send the request without having to send a passphrase

0 commit comments

Comments
 (0)