diff --git a/README.md b/README.md index 23b9ab3..86bcd75 100644 --- a/README.md +++ b/README.md @@ -368,13 +368,15 @@ sudo service nginx restart Now, enable SSL (https) on your sites to use all app features like notifications and sending audio messages. A easy way to this is using Certbot: -Install certbor with snapd: +Install certbot: ```bash -sudo snap install --classic certbot +sudo add-apt-repository ppa:certbot/certbot +sudo apt update +sudo apt install python-certbot-nginx ``` -Enable SSL on nginx (Accept all information asked): +Enable SSL on nginx (Fill / Accept all information asked): ```bash sudo certbot --nginx @@ -428,12 +430,11 @@ This project helps you and you want to help keep it going? Buy me a coffee: Para doações em BRL, você pode doar utilizando o Paypal:
- - - + +
Any help and suggestions are welcome!