Skip to content

Commit 3b81d6e

Browse files
authored
TLS!
1 parent 1bfe842 commit 3b81d6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nextcloud-startup-script.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ chown root:root -R $SCRIPTS
273273
# Allow $UNIXUSER to run figlet script
274274
chown "$UNIXUSER":"$UNIXUSER" "$SCRIPTS/nextcloud.sh"
275275

276-
msg_box "This script will configure your Nextcloud and activate SSL.
276+
msg_box "This script will configure your Nextcloud and activate TLS.
277277
It will also do the following:
278278
279279
- Generate new SSH keys for the server
@@ -400,15 +400,15 @@ esac
400400

401401
# Let's Encrypt
402402
msg_box "The following script will install a trusted
403-
SSL certificate through Let's Encrypt.
403+
TLS certificate through Let's Encrypt.
404404
405-
It's recommended to use SSL together with Nextcloud.
405+
It's recommended to use TLS (https) together with Nextcloud.
406406
Please open port 80 and 443 to this servers IP before you continue.
407407
408408
More information can be found here:
409409
https://www.techandme.se/open-port-80-443/"
410410

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?") ]]
412412
then
413413
bash $SCRIPTS/activate-ssl.sh
414414
else

0 commit comments

Comments
 (0)