Proper SSL config for PuppetDB vhost
When setting up an SSL vhost, the apache::vhost resource needs both ssl_cert and ssl_key parameters. Change-Id: Idc48e6128744853219254cd41ce192cf293d9ebd
This commit is contained in:
parent
2b05157506
commit
64b212c245
@ -26,6 +26,7 @@ class cloud::install::puppetdb::server {
|
||||
docroot => '/tmp',
|
||||
ssl => true,
|
||||
ssl_cert => '/etc/ssl/certs/puppetdb.pem',
|
||||
ssl_key => '/etc/ssl/certs/puppetdb.pem',
|
||||
port => '8081',
|
||||
servername => $::fqdn,
|
||||
proxy_pass => [
|
||||
|
@ -18,6 +18,7 @@ apache::vhost { 'puppetdb' :
|
||||
docroot => '/tmp',
|
||||
ssl => true,
|
||||
ssl_cert => '/etc/ssl/certs/puppetdb.pem',
|
||||
ssl_key => '/etc/ssl/certs/puppetdb.pem',
|
||||
port => '8081',
|
||||
servername => $::fqdn,
|
||||
proxy_pass => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user