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:
c7dcc0e
)
Adding !DSS to our CipherSuite does not make an effective difference, but it cuts...
author
Peter Palfrader
<peter@palfrader.org>
Wed, 22 Apr 2015 05:44:24 +0000
(07:44 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 22 Apr 2015 05:44:24 +0000
(07:44 +0200)
modules/apache2/files/puppet-config
patch
|
blob
|
history
diff --git
a/modules/apache2/files/puppet-config
b/modules/apache2/files/puppet-config
index
3502beb
..
d754b12
100644
(file)
--- a/
modules/apache2/files/puppet-config
+++ b/
modules/apache2/files/puppet-config
@@
-4,5
+4,5
@@
# 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
+ 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
:!DSS
</IfModule>