From 68f5522019ab2db0ec0ea737416bb55629274171 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Mon, 9 Feb 2015 17:24:38 +0100 Subject: [PATCH] wisemapping: document SSL usage with nginx.. --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index b7fa3e5..0d5f45f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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", ) {