1
23.7 Legacy Series / Re: ACME Client gives error that deploy hooks are missing
« on: April 11, 2024, 02:36:43 pm »My api token has the the sys.modify right ... but maybe this is not sufficient. Tried with both pveversion 7.4 and 8.0.4
Did anyone get this to work?
I've just gotten this to work with proxmox 7.4, there is a fix in the acme repo but there hasn't been a release since it went in.
I made the change as seen in this commit https://github.com/acmesh-official/acme.sh/commit/00dbc3881fa377646115a237bb12193f13504973
I didn't copy the files from the example directory.
I update the file "/usr/local/share/examples/acme.sh/deploy/proxmoxve.sh"
with only the change on line 128 and then ran my automations again for the certificate.
So on line 128 instead of having "export _HTTPS_INSECURE=1" I have "export HTTPS_INSECURE=1"