Merge pull request #94 from juliengk/doc

Add PUPPETDB_SSL_VERIFY to the documentation
This commit is contained in:
Daniele Sluijters
2014-10-29 20:04:11 +01:00

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 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: 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_KEY = /path/to/private/keyfile.pem``
* ``PUPPETDB_CERT = /path/to/public/keyfile.crt`` * ``PUPPETDB_CERT = /path/to/public/keyfile.crt``