diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 18:55:56 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 18:55:56 +0100 |
commit | 4809e27220d4805bce8f14585f902097f53607ee (patch) | |
tree | 88f3089023ca73dff5a79c97c5a019a58b9f8e95 /app/jitsi/integration/README.md | |
parent | 7b57ff72a918ca295e2b00e76da33eec700c6a2a (diff) | |
download | infrastructure-4809e27220d4805bce8f14585f902097f53607ee.tar.gz infrastructure-4809e27220d4805bce8f14585f902097f53607ee.zip |
WIP integration jitsi
Diffstat (limited to 'app/jitsi/integration/README.md')
-rw-r--r-- | app/jitsi/integration/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/jitsi/integration/README.md b/app/jitsi/integration/README.md index e295745..d2d25c1 100644 --- a/app/jitsi/integration/README.md +++ b/app/jitsi/integration/README.md @@ -46,6 +46,12 @@ But we can see this is a deprecated thing, it has been already removed from mast For now (as per v5390) we will keep `JICOFO_SECRET` environment variable but will assume no other environment variable is set But maybe this value is deprecated: the check is still here but it is not used anymore?! +## Generate certs with prosody +``` +prosodyctl cert generate auth.jitsi +prosodyctl cert generate jitsi +``` + ## Resources to understand jitsi - [jicofo/debian/postinst](https://github.com/jitsi/jicofo/blob/master/debian/postinst) |