1
0
mirror of https://github.com/wmnnd/nginx-certbot synced 2023-04-20 18:47:46 +08:00

Add purpose of this script to README

This commit is contained in:
Philipp 2019-01-01 22:40:20 +01:00
parent f321682f1f
commit 3ce9a291b9

@ -1,6 +1,13 @@
# Boilerplate for nginx with Lets Encrypt on docker-compose
This repository is accompanied by a [step-by-step guide](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71).
> This repository is accompanied by a [step-by-step guide on how to
set up nginx and Lets Encrypt with Docker](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71).
`init-letsencrypt.sh` fetches ensures renewal of a Lets Encrypt
certificate for one or multiple domains in a docker-compose setup with
nginx.
This is useful when you need to set up nginx as a reverse proxy for an
application.
## Installation
1. [Install docker-compose](https://docs.docker.com/compose/install/#install-compose)