forked from nginx-proxy/nginx-proxy
-
Notifications
You must be signed in to change notification settings - Fork 16
how to get A-rating from ssllabs.com #29
Copy link
Copy link
Open
Description
tested my domain security with ssllabs.com and got a b-rating.
After adding into the certs directory a dhparam.pem-file, I got an A-rating for using strong Diffie-Hillmann-Group.
This is what I did:
openssl dhparam -out certs/${domain}.dhparams.pem 2048
Docs are from here: https://github.com/jwilder/nginx-proxy#diffie-hellman-groups
Maybe someone can include that in the initial setup step?
Thanks :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels