1
0
Fork 0
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:
Unrud 2017-06-02 12:59:35 +02:00 committed by GitHub
commit 7687afc4c6
4 changed files with 21 additions and 1 deletions

View file

@ -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",