mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: update cert generation
This commit is contained in:
parent
28b02a4ba8
commit
6fe7d92fea
1 changed files with 0 additions and 4 deletions
|
|
@ -226,10 +226,6 @@ class Certificates extends Action
|
|||
->addHeader('Authorization', 'Bearer ' . System::getEnv('_APP_SYSTEM_CLOUDFLARE_TOKEN'));
|
||||
|
||||
$response = $client->fetch("https://api.cloudflare.com/client/v4/zones/b2d0e62383d3c0f6299efab107af2c7a/custom_hostnames", Client::METHOD_POST, [
|
||||
'custom_metadata' => [
|
||||
'projectId' => $project->getId() ?? '',
|
||||
'organizationId' => $project->getAttribute('teamId', '')
|
||||
],
|
||||
'hostname' => $hostname,
|
||||
'ssl' => [
|
||||
"method" => "http",
|
||||
|
|
|
|||
Loading…
Reference in a new issue