Issue #1507 has been updated by jamtur01.

Category changed from newfeature to SSL


----------------------------------------
Bug #1507: CA cert name configuration
http://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to