nextcloud/lib/composer
Thomas Citharel dd54f35f29
fix(certificate manager): migrate certificate bundles from files_external to data
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>
2024-02-01 18:40:59 +01:00
..
composer fix(certificate manager): migrate certificate bundles from files_external to data 2024-02-01 18:40:59 +01:00
autoload.php Update composer autoloader 2022-11-22 13:35:17 +01:00