Allow insecure HTTP traffic for Nextcloud curl cronjobs on staging env
Nextcloud allows you to configure the following setting:
cronjob.curlInsecure
This should be set to true
when you use acmeStaging
. That makes sure that the cron jobs don't error out while you're using the staging LE. This also means less failed pods in our CI machines.