Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 540 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 540 Bytes

nginx-site-automate

This Bash script automates the process of hosting a website with SSL (Secure Sockets Layer) using the Nginx web server and the Certbot tool. It streamlines the setup and configuration of SSL certificates, making it easy to secure your website and enable encrypted connections.

  1. Install Nginx and Certbot (if not already installed) on your Linux server.
  2. Configures Nginx to host your website, setting up server blocks and virtual hosts.
  3. Uses Certbot to automatically obtain SSL certificates from Let's Encrypt.