mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Manage SSL (HTTPS) connections.
This commit is contained in:
parent
a8474449e2
commit
86dd1b0ef4
4 changed files with 54 additions and 20 deletions
|
@ -43,12 +43,12 @@ items = _config.items
|
|||
|
||||
_initial = {
|
||||
"server": {
|
||||
"protocol": "http",
|
||||
"name": "",
|
||||
"host": "",
|
||||
"port": "5232",
|
||||
"daemon": "False",
|
||||
#"certificate": "/etc/apache2/ssl/server.crt",
|
||||
#"privatekey": "/etc/apache2/ssl/server.key",
|
||||
"ssl": "False",
|
||||
"certificate": "/etc/apache2/ssl/server.crt",
|
||||
"key": "/etc/apache2/ssl/server.key",
|
||||
#"log": "/var/www/radicale/server.log",
|
||||
},
|
||||
"encoding": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue