jiti-meet/debian/jitsi-meet.templates

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-08-29 15:18:28 +00:00
Template: jitsi-meet/cert-choice
Type: select
2014-09-03 15:00:24 +00:00
__Choices: Self-signed certificate will be generated, A certificate is available and the files are uploaded on the server
_Description: SSL certificate for the Jitsi Meet instance
2014-08-29 15:18:28 +00:00
Jitsi Meet is best to be set up with an SSL certificate.
2014-09-03 15:00:24 +00:00
Having no certificate, a self-signed one will be generated.
Having a certificate signed by a recognised CA, it can be uploaded on the server
and point its location. The default filenames will be /etc/ssl/--domain.name--.key
2014-08-29 15:18:28 +00:00
for the key and /etc/ssl/--domain.name--.crt for the certificate.
Template: jitsi-meet/cert-path-key
Type: string
Default: ${default-key}
2014-09-03 15:00:24 +00:00
_Description: Full local server path to the SSL key file:
2014-08-29 15:18:28 +00:00
The full path to the SSL key file on the server.
2014-09-03 15:00:24 +00:00
If it has not been uploaded, now is a good time to do so.
2014-08-29 15:18:28 +00:00
Template: jitsi-meet/cert-path-crt
Type: string
Default: ${default-crt}
2014-09-03 15:00:24 +00:00
_Description: Full local server path to the SSL certificate file:
2014-08-29 15:18:28 +00:00
The full path to the SSL certificate file on the server.
If you haven't uploaded it, now is a good time to upload it in another console.