https://bugs.koozali.org/show_bug.cgi?id=12273
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
need to escape password of CA if there is a space
- exec(CA." -config $configOpenssl_cnf -revoke ".escshellarg($certfile)."
-passin pass:$configCa_pwd 2>&1", $cmd_output, $ret);
+ exec(CA." -config $configOpenssl_cnf -revoke ".escshellarg($certfile)."
-passin pass:'$configCa_pwd' 2>&1", $cmd_output, $ret);
in include/openssl_functions.php
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee 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/