How to Fix a PuppetDB SSL Error
If you don’t know what PuppetDB is, this post probably will not be useful to you. But if you want to learn about it, you can visit the official documentation: http://docs.puppetlabs.com/puppetdb/latest/index.html. For PuppetDB to work, it needs SSL certificates generated by a Puppet master. In my case, I needed to reconfigure an existing PuppetDB instance to use a new Puppet master that was running on the same server. Here’s how I did it: ...