Archived
1
0
Fork 0

Update documentation for TLS support

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2019-04-13 16:34:42 +02:00
parent be00ca79c0
commit 950777f5bc
No known key found for this signature in database
GPG key ID: 5061AE6DCA7C6B50

View file

@ -26,6 +26,8 @@ Configuration file format is YAML.
* `port`: port to handle requests (80 by default)
* `certfile`: path to SSL certificate file (will use HTTP by default if not provided)
* `keyfile`: path to SSL private key file (will use HTTP by default if not provided)
* `tls-min-version`: minimum TLS version for HTTPS service (could be `SSLv3.0`, `TLSv1.0`,`TLSv1.1`, `TLSv1.2`, `TLSv1.3`)
* `tls-ciphers`: list of supported ciphers (see [full list](https://golang.org/pkg/crypto/tls/#pkg-constants))
* `backend`: settings for sending requests to a backend
* `host`: patroni REST API `listen` address
* `port`: patroni REST API `listen` port