Add PUPPETDB_SSL_VERIFY to the documentation

This commit is contained in:
Julien Kassar
2014-10-29 14:57:52 -04:00
parent da3b452cdb
commit 8d676d8d8f

View File

@@ -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``