projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42b232
)
Set ciphersuites
author
Peter Palfrader
<peter@palfrader.org>
Tue, 14 Oct 2014 20:58:02 +0000
(22:58 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 14 Oct 2014 20:58:02 +0000
(22:58 +0200)
modules/apache2/files/puppet-config
patch
|
blob
|
history
diff --git
a/modules/apache2/files/puppet-config
b/modules/apache2/files/puppet-config
index
40d6d70
..
3502beb
100644
(file)
--- a/
modules/apache2/files/puppet-config
+++ b/
modules/apache2/files/puppet-config
@@
-1,3
+1,8
@@
<IfModule mod_ssl.c>
SSLProtocol all -SSLv2 -SSLv3
+ SSLHonorCipherOrder On
+
+ # this is a list that seems suitable as of 2014-10, when running wheezy. It
+ # probably requires re-visiting regularly.
+ SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!eNULL:!LOW:!MD5:!EXP:!RC4:!SEED
</IfModule>