Kyle Brandt asked:
Is there a way I can set a puppet master to auto accept all certs from clients (so I don’t have to puppetca on the master each time)?
My answer:
Create a file /etc/puppet/autosign.conf
on the master, containing the domain names of the hosts for which you want certificates signed automatically.
Example:
www.example.com
*.example.org
*
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.