2025-02-03, 02:07 PM
Try adding this to the config.
Replace the path to wherever your chain.pem is located.
Code:
ssl_trusted_certificate /etc/letsencrypt/live/domain.tld/chain.pem; # managed by Certbot
Replace the path to wherever your chain.pem is located.