From 87be64ecf15703f8e37258b4b388eb14df58ce3d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 18 May 2022 23:35:11 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/webhooks.html | 4 ++-- data/web/core.telegram.org/bots/webhooks.html | 4 ++-- data/web/corefork.telegram.org/bots/webhooks.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/web/blogfork.telegram.org/bots/webhooks.html b/data/web/blogfork.telegram.org/bots/webhooks.html index f9a2f5cdab..74ce042d3f 100644 --- a/data/web/blogfork.telegram.org/bots/webhooks.html +++ b/data/web/blogfork.telegram.org/bots/webhooks.html @@ -88,7 +88,7 @@ the range might expand or change.

A certificate can either be verified or self-signed. Setting a webhook with a self-signed certificate differs a little from setting a webhook with a verified certificate. Ensure you're using the correct setup for the type of certificate you've chosen for your webhook.
How do I set a webhook for either type?

  • Supported certificates

    -

    Not all verified certificates are supported. Certificates are based on a network of trust and come in a chain. Trusting your verified certificate means we have to trust the provider of that certificate, the Certificate Authority (and hence its root certificate). Before you pick a certificate provider, Check this list to make sure that we actually trust their root certificate.
    What if my root certificate isn’t on that list?

    +

    Not all verified certificates are supported. Certificates are based on a network of trust and come in a chain. Trusting your verified certificate means we have to trust the provider of that certificate, the Certificate Authority (and hence its root certificate). Before you pick a certificate provider, Check this list to make sure that we actually trust their root certificate.
    What if my root certificate isn’t on that list?

  • An Untrusted root

    Ok, so you already had a certificate installed and just discovered it’s not on our list.
    Start by ignoring it, and just try to set it. We occasionally add extra root certificates to keep up with popular demand, so the list isn't always exhaustive. Unlucky after all? We'll allow you to supply an unsupported root certificate when setting the webhook. This method is nearly identical to setting a self-signed certificate webhook. Instead of your self-signed certificate you'll be sending us the root certificate as inputFile.
    Setting a verified webhook with an untrusted root

    @@ -189,7 +189,7 @@ A quick online search for "YOUROPERATINGSYSTEM save iptables" also hel
  • A self-signed certificate

  • A verified, supported certificate
    -

    Using a verified certificate means you already have, or will obtain, a certificate backed by a trusted certificate authority (CA). There are many ways to acquire a verified certificate, paid or free. Two popular examples of free suppliers are StartSSL and Let’s Encrypt. You’re welcome to pick another. Just make sure first the supplier is likely to be supported.
    Check this list before selecting a CA.
    Once you’ve picked a CA and validated your identity with them, you can craft your certificate. This frequently starts by generating a CSR (Certificate Signing Request). Generating a CSR is done either through your host machine, or online via the tools provided by the CA.

    +

    Using a verified certificate means you already have, or will obtain, a certificate backed by a trusted certificate authority (CA). There are many ways to acquire a verified certificate, paid or free. Two popular examples of free suppliers are StartSSL and Let’s Encrypt. You’re welcome to pick another. Just make sure first the supplier is likely to be supported.
    Check this list before selecting a CA.
    Once you’ve picked a CA and validated your identity with them, you can craft your certificate. This frequently starts by generating a CSR (Certificate Signing Request). Generating a CSR is done either through your host machine, or online via the tools provided by the CA.

  • Here is an example (PEM format output).