From 3ce9a291b96136cf7ccc9351593c95c453587b33 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 1 Jan 2019 22:40:20 +0100 Subject: [PATCH] Add purpose of this script to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf9b1b..909086f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Boilerplate for nginx with Let’s 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 Let’s 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 Let’s 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)