Please note this does not affect apt.hestiacp.com!!!
When releasing 1.9.4 I discovered that the gpg key for beta-apt.hestiacp.com or beta.hestiacp.com has been expired.
If you are still using the beta server comment the line
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-beta-keyring.gpg] https://beta-apt.hestiacp.com/ noble main
and remove the comment from the next line.
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ noble main
And then run apt update again.
If that doesn’t work or the line deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ noble main is missing
Add it and download the key file via:
gpg --no-default-keyring --keyring /usr/share/keyrings/hestia-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A189E93654F0B0E5 > /dev/null 2>&1
Probally setup an other server when we get closer to 1.10 release..