Can I run my own automation script in the acme plugin? It seems to only have a list of commands to choose from.
thanks! Till
There is the option in the dropdown to run a remote command via SSH.
You should therefore be able to use that option to run a local command via SSH on localhost. However I'm not sure how you discover the current cert/key/ca paths, should you need it in your script.
that works. Thanks for the hint.