summaryrefslogtreecommitdiffstats
path: root/roles/httpd/mod_ssl
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-10-07 23:00:17 +0000
committerKevin Fenzi <kevin@scrye.com>2015-10-07 23:00:17 +0000
commitdac2988255c87cc2f46e7d084b90d3f3e17c2485 (patch)
tree20242ae1626f63fa9ac87ad2810170964ae1bc0f /roles/httpd/mod_ssl
parent7106486ce3ce5962dbb5d578171da587e34d312f (diff)
downloadansible-dac2988255c87cc2f46e7d084b90d3f3e17c2485.tar.gz
ansible-dac2988255c87cc2f46e7d084b90d3f3e17c2485.tar.xz
ansible-dac2988255c87cc2f46e7d084b90d3f3e17c2485.zip
Add connect time random to use 1024 byes of /dev/random
Diffstat (limited to 'roles/httpd/mod_ssl')
-rw-r--r--roles/httpd/mod_ssl/files/ssl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/httpd/mod_ssl/files/ssl.conf b/roles/httpd/mod_ssl/files/ssl.conf
index 53235cd76..f0eadd746 100644
--- a/roles/httpd/mod_ssl/files/ssl.conf
+++ b/roles/httpd/mod_ssl/files/ssl.conf
@@ -1 +1,2 @@
LoadModule ssl_module modules/mod_ssl.so
+SSLRandomSeed connect "file:/dev/random" 1024