Autoaccept all Certs on Puppet Master

puppet

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)?

Best 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
*