On 12/12/2014 01:30 PM, Sven R wrote: > Hello, > > is there a possibility to sign the new puppet agents by only using > their fingerprints and no usage of the hostname? > > Thanks in advantage!
Hi, the CN of the certificate is chosen through the *certname* option for the agent. The default for this setting is indeed the $fqdn fact, but you can set it to whatever you want. E.g. [agent] certname=some-unique-host-value in puppet.conf on the agent machine. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/548B89E0.6000105%40Alumni.TU-Berlin.de. For more options, visit https://groups.google.com/d/optout.
