Nginx Free TLS certificate
Today I learn that there is free TLS Certificate authority we can use to secure our web Lets Encrypt and the tools for registering it Certbot.
To relearn how imporant and how https works in funny comic style visit https://howhttps.works/
I follow this awesome tutorial to secure my nginx web using certbot https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04
I cant believe we only need to run this two commands for my running web.
sudo snap install --classic certbot
sudo certbot --nginx -d your_domain -d your_domain
It adjust our nginx sites-enabled config. and even register the cron to extend the certificate expiration automatically.
Komentar
Posting Komentar