I use acme.sh, can it also be done with it?
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 ![]()
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
okay sure. Let me try and see