mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Merge pull request #622 from Unrud/clientcertificate
Add option for CA certificate for validating clients
This commit is contained in:
commit
7687afc4c6
4 changed files with 21 additions and 1 deletions
|
@ -94,6 +94,11 @@ INITIAL_CONFIG = OrderedDict([
|
|||
"help": "set private key file",
|
||||
"aliases": ["-k", "--key"],
|
||||
"type": str}),
|
||||
("certificate_authority", {
|
||||
"value": "",
|
||||
"help": "set CA certificate for validating clients",
|
||||
"aliases": ["--certificate-authority"],
|
||||
"type": str}),
|
||||
("protocol", {
|
||||
"value": "PROTOCOL_TLSv1_2",
|
||||
"help": "SSL protocol used",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue