Skip to content

feat(redis): Allow to use global default_certificates_bundle_path in ssl_context#56876

Draft
szaimen wants to merge 1 commit intomasterfrom
enh/noid/allow-use-global-cert-redis-ssl_context
Draft

feat(redis): Allow to use global default_certificates_bundle_path in ssl_context#56876
szaimen wants to merge 1 commit intomasterfrom
enh/noid/allow-use-global-cert-redis-ssl_context

Conversation

@szaimen
Copy link
Contributor

@szaimen szaimen commented Dec 5, 2025

…ssl_context

Signed-off-by: Simon L. <szaimen@e.mail.de>
self::REDIS_EXTRA_PARAMETERS_MINIMAL_VERSION
));
}
$rootCertPath = $config['ssl_context']['cafile'] ?? $this->config->getValue('default_certificates_bundle_path', null) ?? '';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use \OCP\ICertificateManager::getAbsoluteBundlePath instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants