all repos — telegram-bot-api @ a835dc9a966deaba3b22c7f50511cb8efd040bf0

Golang bindings for the Telegram Bot API

Mention Let's Encrypt in README, instead of generating own certs
Syfaro syfaro@foxpaw.in
Wed, 09 Dec 2015 20:07:13 -0600
commit

a835dc9a966deaba3b22c7f50511cb8efd040bf0

parent

6960b6fd7985a30c07edbf810480fe0a2bc1b7dc

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -88,3 +88,5 @@

If you need, you may generate a self signed certficate, as this requires HTTPS / TLS. The above example tells Telegram that this is your certificate and that it should be trusted, even though it is not properly signed. openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 3560 -subj "//O=Org\CN=Test" -nodes + +Now that [Let's Encrypt](https://letsencrypt.org) has entered public beta, you may wish to generate your free TLS certificate there.