Instead of saving TLS cache-files on save, cache them when used

This commit is contained in:
Brady Wetherington
2025-02-13 15:09:28 +00:00
parent ff1157a95e
commit b7bd56daf7
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'));
}