Upload selbstsigniertes SSL-Zertifikat zu Telegramm

Ich mache Telegramm Bot mit Webhook auf PHP. Das Problem ist, dass der Webhook nicht richtig eingestellt ist und idk, was los ist. mein setwebhook code:

$ch = curl_init(API_URL);
try {
    $cert = new \CURLFile(SSL_KEY);
apiRequest('setWebhook', array('url' =>  WEBHOOK_URL , 'certificate' => $cert));
    echo "webhook set";
} catch (Exception $e) {
    echo "error";
}

Antworten auf die Frage(2)

Ihre Antwort auf die Frage