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 .
   
   
#Generate certs for apache with
Generate certs for apache with
puppetca --generate `hostname --fqdn`
puppetca --generate `hostname --fqdn`


#Update /etc/httpd/conf.d/puppetmaster.conf to point to
Update /etc/httpd/conf.d/puppetmaster.conf to point to
/var/lib/puppet/ssl/certs/$fqdn.pem
/var/lib/puppet/ssl/certs/$fqdn.pem


# Change the SSLCertificateFile and SSLCertificateKeyFile locations to the correct disk locations
Change the SSLCertificateFile and SSLCertificateKeyFile locations to the correct disk locations
# for your new server.
for your new server.
  vi puppetmaster.conf
  vi puppetmaster.conf
   
   
Confirmed users
1,989

edits

Navigation menu