I followed Centralize the Certificate Authority guide to seperate my ca
from the master
however I'm running into trouble.
My Setup
Hosts file
I have the following in the /etc/hosts
file on all hosts:
192.168.33.11 puppetcaserver
192.168.33.10 puppet
Puppet Master config
[main]
ca_server = puppetcaserver
[master]
ca = false
Puppet CA config
[master]
ca = true
Agent
[master]
ca_server = puppetcaserver
server = puppet
I can successfully start the CA. The puppet master fails with:
Error: Could not run: Could not retrieve certificate for centos65-box-1 and not running on a valid certificate authority
Puppet version used: 3.7.3
Can someone please highlight what the issue is? Thanks.