mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 13:22:05 +07:00
feat: implement smart installers, global bundles, granular sync buttons, and cache policy
This commit is contained in:
@@ -37,7 +37,12 @@ class PublicCaController extends Controller
|
||||
|
||||
return response()->json([
|
||||
'success' => true,
|
||||
'data' => $certificates
|
||||
'data' => $certificates,
|
||||
'bundle_urls' => [
|
||||
'linux' => Storage::disk('r2-public')->url('ca/bundles/trustlab-all.sh'),
|
||||
'windows' => Storage::disk('r2-public')->url('ca/bundles/trustlab-all.bat'),
|
||||
'macos' => Storage::disk('r2-public')->url('ca/bundles/trustlab-all.mobileconfig'),
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user