Hello,
I used 'certbot certonly --manual --deploy-hook="..."' to receive my certificates and created a crontab that simply calls 'certbot renew'. Now I want to change the path to the deploy hook script.
I know I can add deploy-hook to certbot renew, but I want to keep the renew as simple as possible. When I rerun the manual statement with a new deploy hook path, will this also update the path for the renew?
Thank you!