Skip to content

Advise dynamic dh parameters instead of downloading from mozilla #60

@italovalcy

Description

@italovalcy

Dear all,

When configuring nginx with intermediate configuration, the comments about dhparameters says:

    # curl https://ssl-config.mozilla.org/ffdhe2048.txt > /path/to/dhparam.pem
    ssl_dhparam /path/to/dhparam.pem;

IMO it is more appropriated to use a dynamic dh generated parameters, such as:

    # openssl dhparam -out /path/to/dhparam.pem  2048
    ssl_dhparam /path/to/dhparam.pem;

This would be more secure as well as keep it simple.

Regards, italo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions