all-in-one/Containers/nextcloud/config/certificates-bundle.config.php
2025-12-12 16:08:31 +01:00

5 lines
255 B
PHP

<?php
// Check if NEXTCLOUD_TRUSTED_CERTIFICATES_ are configured
if (str_contains(implode(' ', array_keys(getenv())), 'NEXTCLOUD_TRUSTED_CERTIFICATES_')) {
$CONFIG['default_certificates_bundle_path'] = '/var/www/html/data/certificates/ca-bundle.crt';
}