- Issue created by @malmeida287
- Merge request !43Update call to openssl_pkey_export to include config file (on file Utility.php) → (Merged) created by Unnamed author
- 🇦🇺Australia cafuego
When you say `$config` do you mean `$options['config']` with the path to the openssl.conf file as described in https://www.php.net/manual/en/function.openssl-csr-new.php ?
Given the same config file is used to generate the key in the same function, passing the same file path to the export explicitly should be fine.
My thougths exactly.
Thanks. I've updated null to NULL.