I have installed Jitsi Meet for the first time and now I can鈥檛 get any further at the point of Lets Encrypt certificate.
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)
Setup with no errors at the point of Lets Encrypt certificate.
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.
Strictly follow the quick install guide https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md
_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.
Looks like this was resolved by https://github.com/jitsi/jitsi-meet/commit/be565212677ef9f410cba8c37a48a85e7f9be6f0?
Yes. Thanks.
Most helpful comment
Yes. Thanks.