Skip to content

Instantly share code, notes, and snippets.

View ACatThatPrograms's full-sized avatar

ACatThatPrograms ACatThatPrograms

View GitHub Profile
@ACatThatPrograms
ACatThatPrograms / setup-ssl.md
Created January 7, 2024 21:55 — forked from pedrouid/setup-ssl.md
Setup SSL with NGINX reverse proxy

Get a Free SSL Certificate With Let’s Encrypt

Let’s Encrypt is a free, automated, and open Certificate Authority.

  1. Install tools for using the Let's Encrypt certificates using Certbot
  sudo apt-get update \
  sudo apt-get install software-properties-common