- update docs with the new recommended postgres ssl params (?ssl=true&sslrootcert=/etc/puppetlabs/puppetdb/ssl/ca.pem) - link to postgres docs for non-standard ssl setups https://jdbc.postgresql.org/documentation/head/ssl-client.html - recommended (and tested) sslfactory should be org.postgresql.ssl.LibPQFactory
- update docs with the new recommended postgres ssl params (?ssl=true&sslrootcert=/etc/puppetlabs/puppetdb/ssl/ca.pem) - link to postgres docs for non-standard ssl setups https://jdbc.postgresql.org/documentation/head/ssl-client.html - recommended (and tested) sslfactory should be org.postgresql.ssl.LibPQFactory
- update sslfactory in pem (assuming testing works fine)