2025-01-26, 05:53 PM
A thought occurred. Try adding this to your nginx config. The one you posted here. https://pastebin.com/u9Mhmbeh
Replace with the actual path to chain.pem.
Code:
ssl_trusted_certificate /etc/letsencrypt/live/domain.tld/chain.pem; # managed by Certbot
Replace with the actual path to chain.pem.