diff --git a/README.md b/README.md index c869df5..99eb45b 100644 --- a/README.md +++ b/README.md @@ -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.