On 2015-08-17 20:57:27 [+0200], Reiner Herrmann wrote: > I'm not sure what the best solution would be to make it reproducible.
You should use `openssl dhparam -out' in the postinst script and save that somewhere in /etc/pound/$file and load it runtime via `PEM_read_DHparams()'. You probably want to use `DH_check()' to verify that it is valid. > Regards, > Reiner Sebastian

