Skip to content

Commit

Permalink
tls_dhparam is required, mention this in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvink committed Jan 14, 2016
1 parent 3c40168 commit 4706c9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/kore.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ validator v_session function v_session_validate
# Specify the TLS ciphers that will be used.
#tls_cipher ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!kRSA:!kDSA

# If you wish to use EDH / ECDH specify a file containing
# a generated DH key (See OpenSSL dhparam).
# Required DH parameters for TLS.
#tls_dhparam dh2048.pem

# Authentication configuration
Expand Down

0 comments on commit 4706c9a

Please sign in to comment.