Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - FlutteryChicken

#1
Quote from: ftrojahn on November 08, 2023, 03:54:10 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"