What I really should do though is dump the canonical request in the logs modulo secrets - that might
What I really should do though is dump the canonical request in the logs modulo secrets - that might be a good debugging thing
echo -n "$CLOUDFLARE_API_TOKEN" | sha256sum | cut -f 1 -d " ", and try again.


earth so it doesnt break in future
echo -n "$CLOUDFLARE_API_TOKEN" | sha256sum | cut -f 1 -d " "earth