Jitsi-meet: Lets Encrypt setup error about missing file

Created on 12 Apr 2020  路  3Comments  路  Source: jitsi/jitsi-meet

Description

I have installed Jitsi Meet for the first time and now I can鈥檛 get any further at the point of Lets Encrypt certificate.


Current behavior

I get the following error message:

# Unable to find deploy-hook command /etc/letsencrypt/renewal-hooks/deploy/0000-coturn-certbot-deploy.sh in the PATH.
# (PATH is /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)

Expected Behavior

Setup with no errors at the point of Lets Encrypt certificate.


Possible Solution

From this official quick install guide : https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md
BEFORE chapter Generate a Let鈥檚 Encrypt certificate (optional, recommended) i鈥檒l do that under root account :

# mkdir -p /etc/letsencrypt/renewal-hooks/deploy/ 
# touch 0000-coturn-certbot-deploy.sh
# chmod +x 0000-coturn-certbot-deploy.sh

the file is empty, but then you can setup Lets Encrypt without errors :

# /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

2 other fellows have tested this workaround with success.


Steps to reproduce

Strictly follow the quick install guide https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md


Environment details

_Fellow1_: Debian 9.4 with Nginx
_Me_ : Scaleway (French Cloud Provider) DEV1-M instances with Debian Stretch 9.12 (GNU/Linux 4.9.0-11-amd64 x86_64) up to date. With only Jitsi installed.


config

Most helpful comment

Yes. Thanks.

All 3 comments

Yes. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ranjithrajv picture ranjithrajv  路  3Comments

stefandesu picture stefandesu  路  4Comments

dantman picture dantman  路  3Comments

ralgozino picture ralgozino  路  3Comments

wilddylan picture wilddylan  路  4Comments