| Hey Rob - This is still an issue for us. Our other masters have the CA service disabled; only the CA has CA services enabled. Our other puppetservers, including the one I am specifically testing against: /etc/puppetlabs/puppetserver/services.d/ca.cfg: # To enable the CA service, leave the following line uncommented #puppetlabs.services.ca.certificate-authority-service/certificate-authority-service # To disable the CA service, comment out the above line and uncomment the line below puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service And on the single puppetserver serving as the CA: /etc/puppetlabs/puppetserver/services.d/ca.cfg: # To enable the CA service, leave the following line uncommented puppetlabs.services.ca.certificate-authority-service/certificate-authority-service # To disable the CA service, comment out the above line and uncomment the line below #puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service Must all puppetservers have the CA service enabled in order for certificate revocation to work properly? |