Clearing Pending Authorizations

I have accidentally hit my rate limit while testing Traefik and now need to clear my pending authorizations.

I have been testing using (since learning about the rate limits):

caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"

But am now confident everything is working and would like to move away from staging, is there an easy way to clear pending, or do I have to wait the allotted week?

Cheers.

Okay, I tried commenting:

caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"

And now it all appears to go through:

"level":"info","msg":"Server configuration reloaded on :80","time":"2019-08-28T08:19:59Z"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2019-08-28T08:19:59Z"}
{"level":"info","msg":"Server configuration reloaded on :8080","time":"2019-08-28T08:19:59Z"}
{"level":"debug","msg":"Building ACME client...","time":"2019-08-28T08:20:03Z"}
{"level":"debug","msg":"https://acme-v02.api.letsencrypt.org/directory","time":"2019-08-28T08:20:03Z"}
{"level":"info","msg":"Register...","time":"2019-08-28T08:20:03Z"}
{"level":"debug","msg":"Using DNS Challenge provider: digitalocean","time":"2019-08-28T08:20:04Z"}
{"level":"debug","msg":"Delaying 360000000000 rather than validating DNS propagation now.","time":"2019-08-28T08:20:06Z"}
{"level":"debug","msg":"Certificates obtained for domains [mydomain.nz]","time":"2019-08-28T08:26:18Z"}
{"level":"debug","msg":"Configuration received from provider ACME: {}","time":"2019-08-28T08:26:18Z"}
{"level":"debug","msg":"Wiring frontend frontend-Host-mydomain-nz-4 to entryPoint https","time":"2019-08-28T08:26:18Z"}
{"level":"debug","msg":"Creating backend backend-heimdall-setup","time":"2019-08-28T08:26:18Z"}
{"level":"debug","msg":"Creating load-balancer wrr","time":"2019-08-28T08:26:18Z"}

Yet the certificates still seem to be invalid, I am really confused at this point.