Skip to content

Commit

Permalink
wisemapping: document SSL usage with nginx..
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Feb 9, 2015
1 parent 51ae93e commit 68f5522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
$java_opts = '-Xmx256m',
$java_home = undef,
$ssl = true,
# XXX With nginx the .crt should contain the server and the CA certificates
# https://www.startssl.com/?app=42
$ssl_cert = "puppet:///modules/site/certs/${::fqdn}.crt",
$ssl_key = "puppet:///modules/site/certs/${::fqdn}.key",
) {
Expand Down

0 comments on commit 68f5522

Please sign in to comment.