From a835dc9a966deaba3b22c7f50511cb8efd040bf0 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Wed, 9 Dec 2015 20:07:13 -0600 Subject: [PATCH] Mention Let's Encrypt in README, instead of generating own certs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ebcd3a..4e9c06a 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,5 @@ func main() { 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.