Hi I am reading and configuring puppet in relation to http://reductivelabs.com/trac/puppet/wiki/UsingMongrelOnEnterpriseLinux The question I have is in relation to the ssl certificates generated the first time the puppetmaster service is run and the ability to use a CNAME. If the host that i am running the puppetmaster on is server.example.com and i want to use puppet.example.com as a CNAME that all the puppet clients connect to the puppetmaster by. How can I configure the puppetmaster to create the ssl certs with puppet.example.com instead of the hostname of the server? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I guess you are looking for certdnsnames option, run puppetmasterd --genconfig to see all options. Ohad On Tue, Apr 28, 2009 at 1:06 PM, josbal <joshua.baldock@gmail.com> wrote:> > Hi I am reading and configuring puppet in relation to > http://reductivelabs.com/trac/puppet/wiki/UsingMongrelOnEnterpriseLinux > > The question I have is in relation to the ssl certificates generated > the first time the puppetmaster service is run and the ability to use > a CNAME. > > If the host that i am running the puppetmaster on is > server.example.com and i want to use puppet.example.com as a CNAME > that all the puppet clients connect to the puppetmaster by. How can I > configure the puppetmaster to create the ssl certs with > puppet.example.com instead of the hostname of the server? > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks Ohad, That looks like what I was after. Cheers. On Apr 28, 3:31 pm, Ohad Levy <ohadl...@gmail.com> wrote:> I guess you are looking for certdnsnames option, run puppetmasterd > --genconfig to see all options. > > Ohad > > On Tue, Apr 28, 2009 at 1:06 PM, josbal <joshua.bald...@gmail.com> wrote: > > > Hi I am reading and configuring puppet in relation to > >http://reductivelabs.com/trac/puppet/wiki/UsingMongrelOnEnterpriseLinux > > > The question I have is in relation to the ssl certificates generated > > the first time the puppetmaster service is run and the ability to use > > a CNAME. > > > If the host that i am running the puppetmaster on is > > server.example.com and i want to use puppet.example.com as a CNAME > > that all the puppet clients connect to the puppetmaster by. How can I > > configure the puppetmaster to create the ssl certs with > > puppet.example.com instead of the hostname of the server?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---