Cron errors acme.sh

I keep getting error from long time ago deleted sites how I get rid of them? I looked there is in root/.acme.sh still folders left of those deleted sites, can I just delete those safely or need to delete some other locations too?

error:2606:4700:3034::6815:1533: Invalid response from http://staging.amazingsite.com/.well-known/acme-challenge/YTyn0_HYWCO7ubpvcxia9V-nvtAXoFwPOe5oy3BN0OQ: 404
[Wed 18 Jan 2023 12:07:16 AM +07] Please add ‘–debug’ or ‘–log’ to check more details.
[Wed 18 Jan 2023 12:07:16 AM +07] See: How to debug acme.sh · acmesh-official/acme.sh Wiki · GitHub
[Wed 18 Jan 2023 12:07:18 AM +07] Error renew staging.amazingsite.com_ecc.

Happy New Year @Dreamer

You can stop renewal and remove the respective directory

$ acme.sh --remove -d staging.amazingsite.com [--ecc]
$ cd ~/.acme.sh
$ rm -rf  staging.amazingsite.com_ecc
1 Like

Thank you @josephgodwinke everything else was right but needed remove brackets from --ecc
below right commands

$ acme.sh --remove -d staging.amazingsite.com --ecc
$ cd ~/.acme.sh
$ rm -rf staging.amazingsite.com_ecc

The brackets meant it was optional i did not expect you to write command with them on

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.