• Tatsuhiro Tsujikawa's avatar
    nghttpx: Support ECDHE and DHE cipher suites · aea036c9
    Tatsuhiro Tsujikawa authored
    Use --dh-param-file option to specify a file including DH parameters
    in PEM format.
    
    For example, you can create DH parameters with 1024 bit key using
    following command:
    
    $ openssl dhparam -outform PEM -out dhparam.pem 1024
    aea036c9
shrpx_config.h 6.28 KB