Add option for CA certificate for validating clients

This can be used to secure TCP traffic between Radicale and a reverse proxy
This commit is contained in:
Unrud
2017-06-02 12:41:03 +02:00
parent 6bb0e9d956
commit 3af5809d71
4 changed files with 21 additions and 1 deletions

4
config
View File

@ -41,6 +41,10 @@
# SSL private key
#key = /etc/ssl/radicale.key.pem
# CA certificate for validating clients. This can be used to secure
# TCP traffic between Radicale and a reverse proxy
#certificate_authority =
# SSL Protocol used. See python's ssl module for available values
#protocol = PROTOCOL_TLSv1_2