switnet-ltd / quick-jibri-installer

Bash installer for Jitsi Meet along with Jibri on *buntu LTS based systems | Documentation Available at the Wiki
GNU General Public License v3.0
104 stars 63 forks source link

error fullchain.pem #39

Closed cyberspazio closed 3 years ago

cyberspazio commented 3 years ago

Apr 14 01:13:41 eventitalia3 nginx[7549]: nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/eventitalia3.cyberspazio.net/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/eventitalia3.cyberspazio.net/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

Ark74 commented 3 years ago

Check the log file qj-installer.log look for the part with "http-01 challenge for ..." there you might see the error. DNS is pointing to an IP (hopefully the right one), check your firewall.

You might want to use this article as a base, https://github.com/switnet-ltd/quick-jibri-installer/wiki/Firewall

Please remember that you can request assisted installation with us, I'll be glad to send you a quote. Cheers!

cyberspazio commented 3 years ago

:-))))) Thank you! Thank you! now how do I regenerate certificates?

Ark74 commented 3 years ago

Certs are generated via,

letsencrypt certonly --standalone --renew-by-default --agree-tos -d domain.com

Closing as it's not a script issue.