Skip to content

RileySeaburg/Certbot-Nginx-Install-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

A basic install script for certbot on nginx & Ubuntu 18.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages