Iwan Vosloo
2008-Apr-11 14:54 UTC
[Puppet Users] Fake FQDN for puppetmaster (and ca) in faked environment?
Hi there, We have a fake environment in which we test software and config before rolling it out to prod. Here, we have a fake puppetmasterd running, serving the new config under test. But we''re having trouble with certificates. It is possible to specify via config what fqdn the puppet ca should use for itself? We need this to be a different (faked) fqdn than the real name of the machine it is running on, and since it gets put into the certificates as the CN. Thanks -i --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Andreas Rogge
2008-Apr-11 14:56 UTC
[Puppet Users] Re: Fake FQDN for puppetmaster (and ca) in faked environment?
In puppet.conf we use [puppetmasterd] cername=hostname.the.nodes.see That worked for me so far. Iwan Vosloo schrieb:> Hi there, > > We have a fake environment in which we test software and config before > rolling it out to prod. Here, we have a fake puppetmasterd running, > serving the new config under test. > > But we''re having trouble with certificates. It is possible to specify > via config what fqdn the puppet ca should use for itself? We need this > to be a different (faked) fqdn than the real name of the machine it is > running on, and since it gets put into the certificates as the CN. > > Thanks > -i > > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com > To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en > -~----------~----~----~----~------~----~------~--~--- >-- Solvention Egermannstr. 6-8 53359 Rheinbach Tel: +49 2226 158179-0 Fax: +49 2226 158179-9 http://www.solvention.de mailto:info@solvention.de
Iwan
2008-Apr-14 12:19 UTC
[Puppet Users] Re: Fake FQDN for puppetmaster (and ca) in faked environment?
> Iwan Vosloo schrieb: > > > It is possible to specify via config what fqdn the puppet ca should use for itself?On Apr 11, 4:56 pm, Andreas Rogge <a.ro...@solvention.de> wrote:> In puppet.conf we use > > [puppetmasterd] > cername=hostname.the.nodes.seeAh, thanks. Found it in the docs too. Should be certname though, not cername. (in puppet --version =0.24.1) -i --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---