1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-08 08:36:09 +02:00
nginx-proxy/dhparam
polarathene ac066a73e4 feat: Replace generated DH params with RFC 7919 standardized DHE groups
- While the anonymous VOLUME can be dropped from Dockerfile, the path needs to be valid at run-time, might as well ensure it's available by creating the dhparam folder at build.

- Generation logic no longer necessary, dropped. 

- Standardized RFC 7919 groups added (2048, 3072, 4096), with 4096-bit remaining the default size. The DH logic can live in the entrypoint script as well. 

- Third-party supplied pre-generated DH params removed as they're not considered trustworthy compared to RFC 7919 groups.
2021-09-28 21:30:02 +13:00
..
ffdhe2048.pem feat: Replace generated DH params with RFC 7919 standardized DHE groups 2021-09-28 21:30:02 +13:00
ffdhe3072.pem feat: Replace generated DH params with RFC 7919 standardized DHE groups 2021-09-28 21:30:02 +13:00
ffdhe4096.pem feat: Replace generated DH params with RFC 7919 standardized DHE groups 2021-09-28 21:30:02 +13:00