Issue #1507 has been updated by gpurrenhage.
I'm just getting started with Puppet, so forgive me if I'm off base, but I've got certname = 'host.domain.tld' in the [puppetmasterd] section of puppet.conf on my server, and it works perfectly. Isn't that exactly what the certname configuration items is for? ---------------------------------------- Bug #1507: CA cert name configuration http://projects.reductivelabs.com/issues/show/1507 Author: sebastien.prudhomme Status: Accepted Priority: Normal Assigned to: Category: SSL Target version: unplanned Complexity: Unknown Affected version: 0.24.5 Keywords: CA cert name should be configurable (FQDN of the host is not always the name of the Puppet master service). File to modify: lib/puppet/sslcertificates/ca.rb <pre> # Create the root certificate. def mkrootcert # Make the root cert's name the FQDN of the host running the CA. name = Facter["hostname"].value if domain = Facter["domain"].value name += "." + domain end </pre> ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
