9 lines
231 B
Bash
Executable file
9 lines
231 B
Bash
Executable file
#!/bin/bash
|
|
|
|
/usr/local/bin/xmpp_conf
|
|
|
|
prosodyctl cert generate jitsi.deuxfleurs.fr
|
|
prosodyctl cert generate auth.jitsi.deuxfleurs.fr
|
|
|
|
cp /var/lib/prosody/*.crt ${JITSI_CERTS_FOLDER}
|
|
cp /var/lib/prosody/*.key ${JITSI_CERTS_FOLDER}
|