@ -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
@ -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