From 1a2a8fae9c23cce626be07f7d8d6888823ae507c Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Mon, 1 Sep 2025 15:40:42 +0200 Subject: [PATCH] improve docs (minor) for csaf_provider (#668) * add a "both" to explain the config file option `certificate_and_password` better. --- docs/csaf_provider.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/csaf_provider.md b/docs/csaf_provider.md index cb27f9f..2fc5354 100644 --- a/docs/csaf_provider.md +++ b/docs/csaf_provider.md @@ -58,7 +58,8 @@ The following example file documents all available configuration options: # The following shows an example of a manually set prefix: #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 # Allow the user to send the request without having to send a passphrase