I have been using Let's Encrypt certificates for some of my domains/servers for a while, using the win-acme client for Windows for the generation and renewal.
My problem is: every renewal I have to run the wacs.exe manually again, using the force renewal option, having passed the --acl-fullcontrol command line option and the account I need to have full control to read the certificates.
I haven't found how to change the command line used by WACS for the renewal so that option (--acl-fullcontrol) is added there, and I can forget about that. I have looked everywhere but without any luck. The .json file for each domain doesn't include any option that appears to be related to that, the only thing I have found is the "PrivateKeyExportable":true in the settings.json file, but nothing to configure a specific account to grant permissions.
Any idea on how to do this?