You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jitsi-meet.templates 1.3KB

1234567891011121314151617181920212223242526272829
  1. Template: jitsi-meet/cert-choice
  2. Type: select
  3. __Choices: Self-signed certificate will be generated, A certificate is available and the files are uploaded on the server
  4. _Description: SSL certificate for the Jitsi Meet instance
  5. Jitsi Meet is best to be set up with an SSL certificate.
  6. Having no certificate, a self-signed one will be generated.
  7. Having a certificate signed by a recognised CA, it can be uploaded on the server
  8. and point its location. The default filenames will be /etc/ssl/--domain.name--.key
  9. for the key and /etc/ssl/--domain.name--.crt for the certificate.
  10. Template: jitsi-meet/cert-path-key
  11. Type: string
  12. Default: ${default-key}
  13. _Description: Full local server path to the SSL key file:
  14. The full path to the SSL key file on the server.
  15. If it has not been uploaded, now is a good time to do so.
  16. Template: jitsi-meet/cert-path-crt
  17. Type: string
  18. Default: ${default-crt}
  19. _Description: Full local server path to the SSL certificate file:
  20. The full path to the SSL certificate file on the server.
  21. If you haven't uploaded it, now is a good time to upload it in another console.
  22. Template: jitsi-meet/jvb-hostname
  23. Type: string
  24. Default: ${default-key}
  25. _Description: The hostname of the current installation:
  26. The value for the hostname that is set in Jitsi Videobridge installation.