File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ chown root:root -R $SCRIPTS
273
273
# Allow $UNIXUSER to run figlet script
274
274
chown " $UNIXUSER " :" $UNIXUSER " " $SCRIPTS /nextcloud.sh"
275
275
276
- msg_box " This script will configure your Nextcloud and activate SSL .
276
+ msg_box " This script will configure your Nextcloud and activate TLS .
277
277
It will also do the following:
278
278
279
279
- Generate new SSH keys for the server
@@ -400,15 +400,15 @@ esac
400
400
401
401
# Let's Encrypt
402
402
msg_box " The following script will install a trusted
403
- SSL certificate through Let's Encrypt.
403
+ TLS certificate through Let's Encrypt.
404
404
405
- It's recommended to use SSL together with Nextcloud.
405
+ It's recommended to use TLS (https) together with Nextcloud.
406
406
Please open port 80 and 443 to this servers IP before you continue.
407
407
408
408
More information can be found here:
409
409
https://www.techandme.se/open-port-80-443/"
410
410
411
- if [[ " yes" == $( ask_yes_or_no " Do you want to install SSL ?" ) ]]
411
+ if [[ " yes" == $( ask_yes_or_no " Do you want to install TLS ?" ) ]]
412
412
then
413
413
bash $SCRIPTS /activate-ssl.sh
414
414
else
You can’t perform that action at this time.
0 commit comments