A basic install script for certbot on nginx & Ubuntu 18.04
Find a file
2023-07-19 07:39:28 -04:00
certbot.sh update script 2023-07-19 07:39:28 -04:00
README.md add readme 2020-07-08 16:33:57 -04:00

Certbot NGINX Quick Install Script

Table of Contents

About

I got really tired of google "certbot niginx install". So I decided to write a simple install script. It's made for ubuntu 18.04 but will probably work for the latest versions as well.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

NGINX

apt-get nginx

Installing

Copy the code below and paste it in your terminal

bash -c "$(wget -O - https://raw.githubusercontent.com/RileySeaburg/Certbot-Nginx-Install-Script/master/certbot.sh)"

Usage

Use certbot with this command

sudo certbot --nginx