Merge pull request #16250 from uberbrady/improve_tls_client_side_file_caching

Instead of saving TLS cache-files on save, cache them when used
This commit is contained in:
snipe
2025-02-13 15:46:22 +00:00
committed by GitHub
3 changed files with 57 additions and 32 deletions
@@ -869,7 +869,6 @@ class SettingsController extends Controller
}
if ($setting->save()) {
$setting->update_client_side_cert_files();
return redirect()->route('settings.ldap.index')
->with('success', trans('admin/settings/message.update.success'));
}