1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-14 11:36:06 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Nicolas Duchon ab81ff8df2
style: linting with shellcheck 2021-04-29 03:18:40 +02:00
Jesse Jarzynka cbc6f09d2a
Change dhparam positional args to be inherited vars, standardize naming
PR #913 added `DHPARAM_GENERATION` as a positional argument to
generate-dhparam.sh. However, since it was the second positional argument,
`DHPARAM_BITS` would also have to be defined or `DHPARAM_GENERATION` would be
read into `DHPARAM_BITS`. This changes the arguments to be inherited variables
which do not depend on order, just declaration.

Also change instances of `GENERATE_DHPARAM` to `DHPARAM_GENERATION` since it's
unnecessary to have another variable. I think `GENERATE_DHPARAM` is actually a
better name (verb vs. noun), but `DHPARAM_GENERATION` is already defined and
may break someone if changed.

Addresses https://github.com/jwilder/nginx-proxy/pull/913#issuecomment-476014691
2021-04-29 03:11:43 +02:00
Benjamin Freitag be107963a7
update key length , speed up dhparam generation 2020-06-15 04:22:58 +02:00
Jason Wilder 8c590fc68f
Merge pull request #913 from panteparak/DH-Param-Generator-Option
Add DH param generator option
2019-03-05 12:46:49 -07:00
Kenichi HIROSE 6a1a518fec Fix empty dhparam.pem 2018-12-18 14:05:17 +00:00
Pan Teparak 4b22ccdc81 Add ability to opt-out dh param auto generation 2017-08-27 04:40:35 +07:00
Steve Kamerman 98b5828f83 Modified tests to include dhparams 2017-03-07 14:04:44 -05:00
Steve Kamerman 7d253dd0f3 Allow passing DHPARAM_BITS via env, lower bits to 256 for unit tests 2017-01-12 14:55:25 -05:00
Steve Kamerman c219822cd8 Typos 2017-01-12 01:53:36 -05:00
Steve Kamerman 7c0f7b9449 Fixed Alpine image, removed dhparams gen from test units 2017-01-12 00:21:39 -05:00
Steve Kamerman dfdd67f5a4 Implemented background dhparam generation 2017-01-11 22:43:09 -05:00