KTM DriverСсылка
Befehl muss im post-hook angeben werden etwa so:
certbot renew --quiet --post-hook "systemctl reload nginx && $DeinBefehl" certbot -d domain.de
dann sollte es klappen. → Manual
Da steht:
If you want your hook to run only after a successful renewal, use --deploy-hook in a command like this.
certbot renew --deploy-hook /path/to/deploy-hook-script