From dddcd602f3d757136dfb77ca1c37d216fec7f345 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 30 Jan 2022 20:55:58 +0100 Subject: [PATCH] Add crond to entrypoint --- README.md | 4 ++++ entrypoint.sh | 3 +++ 2 files changed, 7 insertions(+) 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