Displaying 2 results from an estimated 2 matches for "ssl_sh".
Did you mean:
ssl_dh
2018 Aug 19
4
creation of ssl-parameters fails
Aki Tuomi wrote on Sun, 19 Aug 2018 18:21:31 +0300:
> Just generate new parameters on some machine with good entropy source.
So, if it fails to transform (although bigger) the machine hasn't enough
entropy (because it's quite new?)? I'm generating now on the original
machine from last year which is still going on while a second run on one
of the machines where it failed to
2018 Aug 19
2
creation of ssl-parameters fails
...nt than what it usually is, so probably the offset should be bigger than 88. You could try using skip=152 and see if it works.
>
> It is not strictly speaking mandatory to have per-installation dh parameters, you can reuse the generated parameters within your site.
>
> Aki
Oh and for ssl_sh= you can just use the following command, you don't need to use ssl-parameters.dat file at all.
openssl gendh 4096 > params.pem
Aki