Unable to issue new ssl cerificate for my domain

I use acme.sh, can it also be done with it?

7 Likes

Yeah, I'm still a little puzzled by LiteSpeed/php 7.4.30 from the headers vs the info on post #10 saying Apache/php 7.2.34

So, what do I know :slight_smile:

7 Likes

Sorry, I keep saying certbot
Yes, acme.sh also has "hooks".
See: acme.sh -h | grep -i hook

  --set-notify             Set the cron notification hook, level or mode.
  --dns [dns_hook]                  Use dns manual mode or dns api. Defaults to manual mode when argument is omitted.
  --pre-hook <command>              Command to be run before obtaining any certificates.
  --post-hook <command>             Command to be run after attempting to obtain/renew certificates. Runs regardless of whether obtain/renew succeeded or failed.
  --renew-hook <command>            Command to be run after each successfully renewed certificate.
  --deploy-hook <hookname>          The hook file to deploy cert
  --notify-hook <hookname>          Set the notify hook

the one you want to use is: --renew-hook

8 Likes

okay sure. Let me try and see

7 Likes

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