I'm trying to set the variable TRAEFIK_CERTIFICATESRESOLVERS_LETSENCRYPT_STG_ACME_EMAIL or even TRAEFIK_CERTIFICATESRESOLVERS_LETSENCRYPT_STG_ACME_CASERVER but Traefik never picks up the value I've set.
This is what it looks like if I set it statically:
When parsed the _ in the environment variables are converted to . then treated like a label. There are likely message in the debug log to the effect that these variables cannot be decoded.
Unfortunately I tried that and it didn't work. I tried using a 'LE' as the name and yet, nothing, and it doesn't show up in the logs (even with debug level). Do you have any other suggestions I could try?