For a few days my proxmox Cluster was unable to update the let's encrypt certificates. Proxmox-acme failed to set the txt records with my domain provider INWX.
Apparently, the dns_inwx.sh file, provided by libproxmox-acme-plugins is behind the acme.sh repository that was updated about a month ago with this commit:
https://github.com/acmesh-official/acme.sh/commit/9143cd1485a4a0220897124fec78eb2ec45f81ec
It's a simple change (adding the '-i' flag to grep in Line 197), so I updated the file on all of my proxmox nodes.
My question is: how is the life cycle of these packages? Are they tracked rather closely, or are updates to be expected after a longer period?
I'm fine changing it for the time being, just interested in general way of updates on external packages.
Thanks!
Apparently, the dns_inwx.sh file, provided by libproxmox-acme-plugins is behind the acme.sh repository that was updated about a month ago with this commit:
https://github.com/acmesh-official/acme.sh/commit/9143cd1485a4a0220897124fec78eb2ec45f81ec
It's a simple change (adding the '-i' flag to grep in Line 197), so I updated the file on all of my proxmox nodes.
My question is: how is the life cycle of these packages? Are they tracked rather closely, or are updates to be expected after a longer period?
I'm fine changing it for the time being, just interested in general way of updates on external packages.
Thanks!