Re: [Puppet Users] Re: Puppet Certificate Issues

2018-11-21 Thread Rohit
Thanks for the response, I did try those changes to see if it helps but unfortunately the issue still exists On Wednesday, November 21, 2018 at 8:43:16 AM UTC-8, John Gelnaw wrote: > > > I had difficulties with the stock puppetdb entrypoint script. I wound up > changing it thusly: > > #!/bin/ba

Re: [Puppet Users] Re: Puppet Certificate Issues

2018-11-21 Thread John Gelnaw
I had difficulties with the stock puppetdb entrypoint script. I wound up changing it thusly: #!/bin/bash if [ ! -d "/etc/puppetlabs/puppetdb/ssl" ]; then set -e /opt/puppetlabs/bin/puppet config set certname ${HOSTNAME} if [ ! -f "/etc/puppetlabs/puppet/ssl/certs/ca.pem" ]; th