radicale - a simple calendar server
usage: radicale [OPTIONS]
- -H VALUE, --hosts
VALUE, --server-hosts VALUE
- set server hostnames including ports
- --server-max-connections
VALUE
- maximum number of parallel connections
- --server-max-content-length
VALUE
- maximum size of request body in bytes
- --server-timeout
VALUE
- socket timeout
- -s [VALUE], --ssl
[VALUE], --server-ssl [VALUE]
- use SSL connection
- -S, --no-ssl,
--no-server-ssl
- do not use SSL connection (opposite of --server-ssl)
- -c VALUE,
--certificate VALUE, --server-certificate VALUE
- set certificate file
- -k VALUE, --key VALUE,
--server-key VALUE
- set private key file
- --certificate-authority
VALUE, --server-certificate-authority VALUE
- set CA certificate for validating clients
- additional options allowed (e.g.
--headers-Pragma=no-cache)