1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Munin-Contrib/plugins/puppet
Gabriel Filion 70f565c503 puppetdb: implement cert validation and client cert auth
It is very common for PuppetDB installs to run on a different host than
the puppetmaster. In such cases, a certificate file is normally used to
establish an encrypted communication to the server.

The most common setup for this server certificate is to use a
certificate that was signed by the puppetmaster's CA, so one would want
to verify the server cert against this same CA (it should be present on
puppet clients).

Moreover, to ensure that *only* puppet clients can communicate with
PuppetDB, a pair of client certificat/key files are usually used to
authenticate clients.
2020-01-21 12:24:36 +01:00
..
example-graphs create new plugin for graphing PuppetDB's usage of JVM Heapspace 2020-01-03 06:32:51 +01:00
puppet_runtime change category of puppet plugins to "other" 2020-01-03 06:32:51 +01:00
puppetdb puppetdb: implement cert validation and client cert auth 2020-01-21 12:24:36 +01:00