From 178e565fe4e55e121377ef626418917120769720 Mon Sep 17 00:00:00 2001 From: geokala Date: Tue, 24 Sep 2019 12:04:07 +0100 Subject: [PATCH] Update cacert documentation for use with REST API (#1190) Fixes #1188 --- docs/SETTINGS.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/SETTINGS.rst b/docs/SETTINGS.rst index f238bfcd..1e22b57c 100644 --- a/docs/SETTINGS.rst +++ b/docs/SETTINGS.rst @@ -199,6 +199,7 @@ REST API - **username**: Basic-auth username to protect unsafe REST API endpoints. - **password**: Basic-auth password to protect unsafe REST API endpoints. + - **cacert**: Specifies the file with the CA_BUNDLE file or directory with certificates of trusted CAs to use while verifying REST API SSL certs. - **certfile**: Specifies the file with the certificate in the PEM format. If the certfile is not specified or is left empty, the API server will work without SSL. - **keyfile**: Specifies the file with the secret key in the PEM format. @@ -208,7 +209,7 @@ CTL --- - **Optional**: - **insecure**: Allow connections to REST API without verifying SSL certs. - - **cacert**: Specifices the file with the CA_BUNDLE file or directory with certificates of trusted CAs to use while verifying REST API SSL certs. + - **cacert**: Specifies the file with the CA_BUNDLE file or directory with certificates of trusted CAs to use while verifying REST API SSL certs. If not provided patronictl will use the value provided for REST API "cacert" parameter. - **certfile**: Specifies the file with the certificate in the PEM format to use while verifying REST API SSL certs. If not provided patronictl will use the value provided for REST API "certfile" parameter. ZooKeeper