diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-10-07 23:00:17 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-10-07 23:00:17 +0000 |
| commit | dac2988255c87cc2f46e7d084b90d3f3e17c2485 (patch) | |
| tree | 20242ae1626f63fa9ac87ad2810170964ae1bc0f /roles/httpd/mod_ssl | |
| parent | 7106486ce3ce5962dbb5d578171da587e34d312f (diff) | |
| download | ansible-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.conf | 1 |
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 |
