how to install lets encrypt ssl on linux server with nginx code example
Example 1: how to secure letsencrypt on ubuntu 20.04 with nginx
sudo apt install certbot python3-certbot-nginx
Example 2: nginx letsencrypt
sudo certbot renew
sudo service nginx restart