EMERGENCY ssl certs

ALLLLLL of my domain certs have defaulted to the server cert and obviously causing major issues.

I haven’t changed anything in two weeks, including the firewall mentioned in the other thread.

you need to provide more informations, impossible to help…

Every website I have, instead of showing example.com certificate, is showing server.company.com certificate.

actually, it’s even worse. Every website is loading /var/www/html/index.html and on both servers!!!

Show your nginx.conf and apache2.conf, sounds you’ve overwritten it.

Found the issue. I guess apt automatically overwrote it. How do I do an automatic keep “keep your currently-installed version”

Configuration file ‘/etc/logrotate.d/nginx’
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
Configuration file ‘/etc/nginx/nginx.conf’
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.

apt never overwrites any config, expect you accept it on your own. There is nothing to change.

1 Like

It definitely did about 7AM -0500.

there are more than 65k servers with hestia running, if apt would have that behaviour, you would read this on every second post. Apt doesnt overwrite, expect you clearly state it to do so.

Maybe you runned apt upgrade, followed by a “y” to update the configs aswell.

sudo apt upgrade -y -o Dpkg::Options::=“–force-confold”

confold : If a conffile has been modified and the version in the package did change, always keep the old version without prompting, unless the --force-confdef is also specified, in which case the default action is preferred.

That should be fine