ReferencePlatforms/Puppet Server: Difference between revisions

Jump to navigation Jump to search
m
Line 73: Line 73:
  scp scl-production-puppet.build.scl1.mozilla.com:/etc/httpd/conf.d/ssl.conf .
  scp scl-production-puppet.build.scl1.mozilla.com:/etc/httpd/conf.d/ssl.conf .
   
   
# Change the SSLCertificateFile and SSLCertificateKeyFile locations to the correct disk locations
#Generate certs for apache with
# for your new server.
puppetca --generate `hostname --fqdn`
 
#Update /etc/httpd/conf.d/puppetmaster.conf to point to
/var/lib/puppet/ssl/certs/$fqdn.pem
 
# Change the SSLCertificateFile and SSLCertificateKeyFile locations to the correct disk locations
# for your new server.
  vi puppetmaster.conf
  vi puppetmaster.conf
   
   
Edit httpd.conf for so the DocumentRoot and Director point to /N to allow it to serve up the packages.
  service httpd start
  service httpd start


Confirmed users
1,989

edits

Navigation menu