From 8d676d8d8f2e34d007e311b091c43678836a7206 Mon Sep 17 00:00:00 2001 From: Julien Kassar Date: Wed, 29 Oct 2014 14:57:52 -0400 Subject: [PATCH] Add PUPPETDB_SSL_VERIFY to the documentation --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 9e801c2..03f9d93 100644 --- a/README.rst +++ b/README.rst @@ -165,6 +165,7 @@ least have to change the following settings: By default PuppetDB requires SSL to be used when a non-local client wants to connect. Therefor you'll also have to supply the following settings: +* ``PUPPETDB_SSL_VERIFY = /path/to/ca/keyfile.pem`` * ``PUPPETDB_KEY = /path/to/private/keyfile.pem`` * ``PUPPETDB_CERT = /path/to/public/keyfile.crt``