Hi i’m trying to install jitsi with let’s encrypt by using this doc:
I did all of these points, and at installing jitsi there was a question about the ssl-key where to store. Okay, i set it up, an after the installtion process i have to run /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
and this faild, becouse of i defined to use a ssl-key when using domain:443 in my nginx config without having a key and crt, so systemd doesn’t start nginx and so the installation from the script above could get a letsanrxot key because domain:80 isn’t running.
So how do i get it working, when nginx couldn’t run in fact nginx coudln’t start of missing Cert/key…
i deinstalled and installed, then run letsencrypt…
Using the webroot path /usr/share/jitsi-meet for all unmatched domains.
Waiting for verification…
Cleaning up challenges
Failed authorization procedure.
An this comes that the script uses http. So could i generate a selfsigned ssl, start with that the nginx is running also on port 80 and when the script verifies my domain, it setup up with the let’s enrypt key?
Okay, now it works,
i must gerenate a selfsigned key in order to get nginx run to use it with letsenrypt.
Where is the configuration where i choose the path for the letsenrypt key for jitsi that comes after installting jitsi for the first time? /ets/ssl…