|
@@ -0,0 +1,23 @@
|
|
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
|
+
|
|
11
|
+Template: jitsi-meet/cert-path-key
|
|
12
|
+Type: string
|
|
13
|
+Default: ${default-key}
|
|
14
|
+Description: Full local server path to the SSL key file
|
|
15
|
+ The full path to the SSL key file on the server.
|
|
16
|
+ If you haven't uploaded it, now is a good time to upload it in another console.
|
|
17
|
+
|
|
18
|
+Template: jitsi-meet/cert-path-crt
|
|
19
|
+Type: string
|
|
20
|
+Default: ${default-crt}
|
|
21
|
+Description: Full local server path to the SSL certificate file
|
|
22
|
+ The full path to the SSL certificate file on the server.
|
|
23
|
+ If you haven't uploaded it, now is a good time to upload it in another console.
|