https://bugs.contribs.org/show_bug.cgi?id=6741
--- Comment #3 from John Crisp <[email protected]> ---
Added a warning that this is probably noise:
Tagged with: phpki-0_82-20_el6_sme
/usr/bin/plague-client build phpki phpki-0_82-20_el6_sme contribs9
Package phpki enqueued. Job ID: 2287.
I *think* it is because other openssl commands are run like this
exec(CA . " -gencrl -config $config[openssl_cnf] -out $config[cacrl_pem]
-passin pass:'$config[ca_pwd]'");
Whereas the command to create the DH file is like this:
$cmd = "openssl dhparam -rand '$config[random]' -out
'$config[private_dir]/dhparam1024.pem' 1024";
print $cmd.'<br>';
It doesn't appear to use the $config[openssl_cnf] setting and therefore tries
to create its own .rnd as it ignores the setting in the openssl.conf file
Not sure of the best way to fix it - I'll try and test it
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/