Confirmed users
1,989
edits
| 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 | |||
puppetca --generate `hostname --fqdn` | puppetca --generate `hostname --fqdn` | ||
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 | |||
for your new server. | |||
vi puppetmaster.conf | vi puppetmaster.conf | ||