1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

extend doc for SSL protocol/ciphersuite

This commit is contained in:
Peter Bieringer 2024-11-13 22:37:53 +01:00
parent 243b888c8e
commit 5380629bda

View file

@ -703,6 +703,22 @@ authentication plugin that extracts the username from the certificate.
Default:
##### protocol
Accepted SSL protocol
Example for secure configuration: ALL -SSLv3 -TLSv1 -TLSv1.1
Format: Apache SSLProtocol list (from "mod_ssl")
Default: (system default)
##### ciphersuite
Accepted SSL ciphersuite
Example for secure configuration: DHE:ECDHE:-NULL:-SHA
Format: OpenSSL cipher list (see also "man openssl-ciphers")
Default: (system-default)
#### encoding
##### request