Skip to content

Releases: JonasAlfredsson/docker-nginx-certbot

v0.12

04 Mar 20:12
Compare
Choose a tag to compare
  • Added --cert-name flag to the certbot certificate request command.
    • This allows for both adding and subtracting domains to the same certificate file.
    • Makes it possible to have path names that are not domain names (but this is not allowed yet).
  • Made the file parsing functions smarter so they only find unique file paths.
  • Cleaned up some log output.
  • Updated the docker-compose example.
  • Fixed some spelling in the documentation.

v0.11

09 Jan 23:30
Compare
Choose a tag to compare
  • Python 2 is EOL, so it's time to move over to Python 3.
  • From now on DockerHub will also build with tags.
    • Lock the version by specifying the tag: jonasal/nginx-certbot:0.11