System broke after update (cant start hestiacp)

I think I found the solution! It was NGINX not updating, the fix here fixed it: Fix Nginx expired key (EXPKEYSIG ABF5BD827BD9BF62)

It said to update the signature and as soon as I did that and did update it worked.

curl -s https://nginx.org/keys/nginx_signing.key | sudo gpg --dearmor > /usr/share/keyrings/nginx-keyring.gpg
3 Likes