|
|
@@ -126,7 +126,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|
|
"value": "False",
|
|
|
"help": "use SSL connection",
|
|
|
"aliases": ("-s", "--ssl",),
|
|
|
- "opposite": ["-S", "--no-ssl"],
|
|
|
+ "opposite": ("-S", "--no-ssl",),
|
|
|
"type": bool}),
|
|
|
("certificate", {
|
|
|
"value": "/etc/ssl/radicale.cert.pem",
|