Displaying 1 result from an estimated 1 matches for "mkrootcert".
2007 Nov 02
1
Interaction bug between Puppet CA and mod_ssl
...ory."],
         :privatekeydir => { :default => "$ssldir/private_keys",
--- sslcertificates/ca.rb-orig  2007-11-01 21:28:32.000000000 -0400
+++ sslcertificates/ca.rb       2007-11-01 21:28:47.000000000 -0400
@@ -142,13 +142,8 @@
 
     # 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
         cert = Certificate.new(
-            :name =&...