|
@@ -42,7 +42,7 @@ case "$1" in
|
42
|
42
|
# SSL for nginx
|
43
|
43
|
db_get jitsi-meet/cert-choice
|
44
|
44
|
CERT_CHOICE="$RET"
|
45
|
|
- if [ "$CERT_CHOICE" = 'I have a certificate and will upload the files on the server' ]; then
|
|
45
|
+ if [ "$CERT_CHOICE" = 'A certificate is available and the files are uploaded on the server' ]; then
|
46
|
46
|
db_set jitsi-meet/cert-path-key "/etc/ssl/$JVB_HOSTNAME.key"
|
47
|
47
|
db_input critical jitsi-meet/cert-path-key || true
|
48
|
48
|
db_go
|