What does this message mean: [root@pirates puppet]# rm -rf /var/lib/puppet/ssl/ [root@pirates puppet]# puppet cert --version 2.6.3 [root@pirates puppet]# puppet cert notice: Signed certificate request for ca notice: Rebuilding inventory file Invalid method to apply It seems to have created the ca and other things just fine. Thanks, Mohamed. -- 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.
On 01/25/2011 05:48 PM, Mohamed Lrhazi wrote:> What does this message mean: > > [root@pirates puppet]# rm -rf /var/lib/puppet/ssl/ > [root@pirates puppet]# puppet cert --version > 2.6.3 > [root@pirates puppet]# puppet certAren''t you supposed to ''puppet cert --list'', ''puppet cert --sign'' etc. instead of plain ''puppet cert''?> notice: Signed certificate request for ca > notice: Rebuilding inventory file > Invalid method to apply > > It seems to have created the ca and other things just fine.-- 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.
Mohamed Lrhazi
2011-Jan-25 17:14 UTC
Re: [Puppet Users] puppet ca: Invalid method to apply
I read that to generate CA certs, one simply runs: puppetca So for 2.6 I did: puppet cert On Tue, Jan 25, 2011 at 11:50 AM, Felix Frank <felix.frank@alumni.tu-berlin.de> wrote:> On 01/25/2011 05:48 PM, Mohamed Lrhazi wrote: >> What does this message mean: >> >> [root@pirates puppet]# rm -rf /var/lib/puppet/ssl/ >> [root@pirates puppet]# puppet cert --version >> 2.6.3 >> [root@pirates puppet]# puppet cert > > Aren''t you supposed to ''puppet cert --list'', ''puppet cert --sign'' etc. > instead of plain ''puppet cert''? > >> notice: Signed certificate request for ca >> notice: Rebuilding inventory file >> Invalid method to apply >> >> It seems to have created the ca and other things just fine. > > -- > 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. > >-- 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.
On 01/25/2011 06:14 PM, Mohamed Lrhazi wrote:> I read that to generate CA certs, one simply runs: puppetca > So for 2.6 I did: puppet certHuh. Where did you read that? Could it be possible that the document in question implied that "running any puppetca subcommand will generate a CA cert if none is available" instead of encouraging you to run without any arguments? Regards, Felix -- 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.
Mohamed Lrhazi
2011-Jan-26 12:27 UTC
Re: [Puppet Users] puppet ca: Invalid method to apply
I read it here: http://bodepd.com/wordpress/?p=7 But what is the sub-command to generate the CA certs? Thanks, Mohamed. On Wed, Jan 26, 2011 at 4:08 AM, Felix Frank <felix.frank@alumni.tu-berlin.de> wrote:> On 01/25/2011 06:14 PM, Mohamed Lrhazi wrote: >> I read that to generate CA certs, one simply runs: puppetca >> So for 2.6 I did: puppet cert > > Huh. Where did you read that? > > Could it be possible that the document in question implied that "running > any puppetca subcommand will generate a CA cert if none is available" > instead of encouraging you to run without any arguments? > > Regards, > Felix > > -- > 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. > >-- 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.
On 01/26/2011 01:27 PM, Mohamed Lrhazi wrote:> I read it here: http://bodepd.com/wordpress/?p=7 > > But what is the sub-command to generate the CA certs?Interesting. This is quite recent and from an authoritative source. Maybe Dan himself can shed more light on this. puppet cert --help says nothing about CA generation. It is still my assumption that *any* call (e.g. puppet cert --list) will generate a CA if necessary. Regards, Felix -- 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.