Free SSL with Let's Encrypt
HTTPS is essential for security and SEO. Here's how to set it up.
Install Certbot
sudo apt install certbot python3-certbot-nginx
Get Certificate
# For Nginx
sudo certbot --nginx -d yourdomain.com -d www.yourdomain.com
# Auto-renewal test
sudo certbot renew --dry-run
{# Provenance for articles generated from a source document. Rendered
here rather than stored in the body so it stays accurate and cannot
be edited away, and so the sealed draft stays purely generated. #}
Discussion 0
No comments yet. Be the first to start the discussion!
Leave a Comment