Aethylred / puppet-puppetdashboard

This Puppet module manages the installation of the Puppet Dashboard web interface.
2 stars 2 forks source link

Specify certificates and certificate directory #5

Open Aethylred opened 10 years ago

Aethylred commented 10 years ago

Add the ability to specify certificates and cert directory independently, giving control over these parameters in settings.yaml:

ca_crl_path: 'certs/dashboard.ca_crl.pem'
ca_certificate_path: 'certs/dashboard.ca_cert.pem'
certificate_path: 'certs/dashboard.cert.pem'
private_key_path: 'certs/dashboard.private_key.pem'
public_key_path: 'certs/dashboard.public_key.pem'

See more at: http://docs.puppetlabs.com/dashboard/inventory_support.html#authenticate-dashboard-to-the-ca