I’m working on a Telegram bot project and need help configuring the webhook properly. I want to connect my bot to my server using a custom domain URL. I already created a self-signed SSL certificate but I’m having trouble with the actual webhook setup process. The certificate generation part went fine, but when I try to upload it and configure the webhook, something goes wrong. I’ve tried different approaches but none of them seem to work for my specific case. Could someone walk me through the correct steps to upload the SSL certificate and establish the webhook connection? I’m particularly confused about the proper way to send the certificate file along with the webhook URL to Telegram’s API.