diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2018-06-05 21:48:55 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2018-06-05 22:42:49 +0500 |
commit | 9dd52874d21025adc27fa6e0fedebbb805d8c398 (patch) | |
tree | 01aa1d5496573852c3e99f5a4809f18376c9b553 /accel-pppd/accel-ppp.conf.5 | |
parent | cd576ac7a628c5e5036b504f53435f1013a9f824 (diff) | |
download | accel-ppp-9dd52874d21025adc27fa6e0fedebbb805d8c398.tar.gz accel-ppp-9dd52874d21025adc27fa6e0fedebbb805d8c398.zip |
sstp: add ssl-dhparam option for DHE ciphers
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 4c1bee7..7439de1 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -681,6 +681,9 @@ Specifies incoming connection acceptance mode. .B proxy - enable PROXY protocol 1 & 2 support. .TP +.BI "ssl-dhparam=" pemfile +Specifies a file with DH parameters for DHE ciphers. +.TP .BI "ssl-ciphers=" string Specifies the enabled ciphers. The ciphers are specified in the format understood by the OpenSSL library. .TP |