Mention Let's Encrypt in README, instead of generating own certs
This commit is contained in:
parent
6960b6fd79
commit
a835dc9a96
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue