this post was submitted on 20 Jul 2023
7 points (88.9% liked)
Lemmy Support
4984 readers
22 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Look in /etc/nginx/nginx.conf, it probably
includes ./sites-available/*.conf, look in there forssl_certificate(_key) that mentions that fullchain.pem, remove/comment(#) and restart nginx. It may still bitch about not having a cert for ssl, in which case take that out of thelistendirectives too.