Install a free SSL certificate on Linux utilizing Certbot.
1. Installing Let's Encrypt client
$ apt-get update
$ sudo apt-get install certbot
$ apt-get install python3-certbot-nginx
2. Installing SSL for your domain
sudo certbot --nginx -d example.com -d www.example.com
Congratulations! You have successfully...
blog.tuando.app1 min read