Mention Let's Encrypt in README, instead of generating own certs

bot-api-6.1
Syfaro 2015-12-09 20:07:13 -06:00
parent 6960b6fd79
commit a835dc9a96
1 changed files with 2 additions and 0 deletions

View File

@ -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.