aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-19 15:02:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-19 15:02:40 -0300
commita1ee5b07095e76d05c142945fdf6dcf5c4f3ac67 (patch)
treef5e0c7efdfc4bb066c888a4769697bc062f0f139
parentbd73709d34dbf91f8827357e875f9cbc23eabd87 (diff)
downloadpuppet-ssl-a1ee5b07095e76d05c142945fdf6dcf5c4f3ac67.tar.gz
puppet-ssl-a1ee5b07095e76d05c142945fdf6dcf5c4f3ac67.tar.bz2
Comment on ssl::dhparams
-rw-r--r--manifests/dhparams.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/dhparams.pp b/manifests/dhparams.pp
index 9d3a449..75c4595 100644
--- a/manifests/dhparams.pp
+++ b/manifests/dhparams.pp
@@ -1,3 +1,4 @@
+# See DHE params deployment - https://weakdh.org/sysadmin.html
define ssl::dhparams(
$prefix = 'dhparams',
$size = '2048',