Fix broken links in the docs
This commit is contained in:
parent
e35a7d20a3
commit
4ddedd41a6
6 changed files with 7 additions and 7 deletions
|
|
@ -303,7 +303,7 @@ type Configuration struct {
|
|||
SSLECDHCurve string `json:"ssl-ecdh-curve,omitempty"`
|
||||
|
||||
// The secret that contains Diffie-Hellman key to help with "Perfect Forward Secrecy"
|
||||
// https://wiki.openssl.org/index.php/Manual:Dhparam(1)
|
||||
// https://wiki.openssl.org/index.php/Diffie-Hellman_parameters
|
||||
// https://wiki.mozilla.org/Security/Server_Side_TLS#DHE_handshake_and_dhparam
|
||||
// http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_dhparam
|
||||
SSLDHParam string `json:"ssl-dh-param,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue