Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(certificate manager): add a simple fallback to store certificates…
… in data directory CertificateManager doesn't work propertly if the files_external app is disabled, so let's store directly in /data/certificate_manager the bundled certificates. This always has to be done on local disk as curl currently requires a path to the cert bundle. When we require PHP 8.1 we will be able to simply store the certificate bundle in database/memory/cache and pass it through the CURLOPT_SSLCERT_BLOB option. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
- Loading branch information