From 6a3a6e9de80fc4c7c79d7560f663057674b32e8f Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 14 Nov 2024 06:43:44 +0000 Subject: [PATCH] Generate documentation --- master.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/master.html b/master.html index 9a32b316..8e6a4365 100644 --- a/master.html +++ b/master.html @@ -848,6 +848,20 @@ also have to write an authentication plugin that extracts the username from the certificate.

Default:

+
+
protocol
+

Accepted SSL protocol (maybe not all supported by underlying OpenSSL +version) Example for secure configuration: ALL -SSLv3 -TLSv1 -TLSv1.1 +Format: Apache SSLProtocol list (from "mod_ssl")

+

Default: (system default)

+
+
+
ciphersuite
+

Accepted SSL ciphersuite (maybe not all supported by underlying +OpenSSL version) Example for secure configuration: DHE:ECDHE:-NULL:-SHA +Format: OpenSSL cipher list (see also "man openssl-ciphers")

+

Default: (system-default)

+

encoding