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:
parent
243b888c8e
commit
5380629bda
1 changed files with 16 additions and 0 deletions
|
@ -703,6 +703,22 @@ authentication plugin that extracts the username from the certificate.
|
||||||
|
|
||||||
Default:
|
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
|
#### encoding
|
||||||
|
|
||||||
##### request
|
##### request
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue