v1.6
Changes since v1.5:
- Enables choosing a specific key size via the
LETSENCRYPT_KEYSIZEenv var ( #212 ) - Enables private keys reutilisation via the
REUSE_KEYenv var ( #218 ) - Improvements to the
simp_leinstall script ( #222 ) - Adds support for dynamic container names via docker labels ( #231 )
- Disable Nginx auth for the
/.well-known/acme-challenge/location ( #232 ) - Adds the
/app/force_renewscript to force renewal of all certificates ( #249 ) - Successive updates to the
simp_leversion used up to 0.6.2 ( #222 #229 #237 #248 #282 ) - Removes reliance on a hardcoded Let's Encrypt Terms of Service hash ( #282 )
- Adds Links to various
docker-composeexamples in the docs ( #210 #226 #253 ) - Updates to documentation ( #276 )
Also, note that due to #277:
- v1.5 will require that you pass an up to date ToS hash to the container using the
ACME_TOS_HASHenv var - all versions prior to v1.5 won't work anymore as they miss the ability to pass an alternative ToS hash to
simp_le.