diff --git a/README.md b/README.md index da85fe8..c8154e1 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ Added support for nginx webserver, based on official nginx image - Fix incorrect configuration sourcing +### 1.1.2 + +- Add missing crond invocation + ## Kubernetes diff --git a/entrypoint.sh b/entrypoint.sh index 1f4552b..f7f7799 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -63,6 +63,9 @@ fi # If it requested to renew once only we are done here [ "$ONLYRENEWCERTSONCE" ] && exit 0 +# Start cron for automatic certificate renewal +crond + if [ "$NO_NGINX" ]; then sleep infinity else