This commit is contained in:
Giles Bradshaw 2020-08-10 17:00:02 +01:00
parent 25041145ef
commit 2c683cd7ac
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# docker-nginx-certbot
This is a direct copy of https://github.com/staticfloat/docker-nginx-certbot
It's been copied to push to docker hub with tags rather than just using "latest" so clients can control the version which is pulled.
# nginx-certbot
Create and automatically renew website SSL certificates using the free [letsencrypt](https://letsencrypt.org/) certificate authority, and its client [*certbot*](https://certbot.eff.org/), built on top of the [nginx](https://www.nginx.com/) webserver.
This repository was originally forked from `@henridwyer`, many thanks to him for the good idea. It has since been completely rewritten, and bears almost no resemblance to the original. This repository is _much_ more opinionated about the structure of your webservers/containers, however it is easier to use as long as all of your webservers follow the given pattern.