blacklabelops-legacy / letsencrypt

Dockerized Letsencrypt Client
https://hub.docker.com/r/blacklabelops/letsencrypt/
MIT License
51 stars 17 forks source link

Update to latest Certbot version + some other changes #4

Closed ckotte closed 6 years ago

ckotte commented 6 years ago

It was always irritating for me that in some documentation certbot was mentioned instead of letsencrypt. Because it's basically the same, I think it's good to change the name to Certbot to reflect the name change two years ago.

I also found out that Certbot was only at version 0.21.0 and git checkout tags didn't work, but I can be wrong since I did so many changes and tests. Anyway, I think it's better to change to the renamed repository.

I changed the version from latest to specific versions like we do in most of the other Dockerfiles.

Finally, I added the feature to change the certificate permissions since I run Nginx with a normal user instead of root and I always had permission issues after certificate renewal.

blacklabelops commented 6 years ago

Thank you for polishing this outdated image!