Part of twisted.internet.ssl View Source View In Hierarchy
Such a file can be generated using the openssl
command line
tool as following:
openssl dhparam -out dh_param_1024.pem -2 1024
Please refer to OpenSSL's dhparam
documentation for further
details.
Parameters | filePath | A file containing parameters for Diffie-Hellman key exchange. (type: FilePath ) |
Returns | A instance that loads its parameters from filePath . (type: DiffieHellmanParameters ) |