Linux
Update CA trusted root certificates on Linux server
If you’re getting many “unstrusted issuer” alerts in your app logs, it might be due to some CA trusted certificates outdated.
To fix that, just perform an update:
For Ubuntu/Debian
update-ca-certificates
For CentOS/RedHat
update-ca-trust extract