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:
+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)
+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)
+