Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

jitsi-meet.templates 1.1KB

1234567891011121314151617181920212223
  1. Template: jitsi-meet/cert-choice
  2. Type: select
  3. Choices: I want a generated self-signed certificate, I have a certificate and will upload the files 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. If you have no certificate, we can generate a self-signed one.
  7. If you have a certificate signed by a recognised CA, you can upload it on the server
  8. and point us to 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 you haven't uploaded it, now is a good time to upload it in another console.
  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.