Skip to content

Commit

Permalink
TLS!
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Feb 16, 2020
1 parent 1bfe842 commit 3b81d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nextcloud-startup-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ chown root:root -R $SCRIPTS
# Allow $UNIXUSER to run figlet script
chown "$UNIXUSER":"$UNIXUSER" "$SCRIPTS/nextcloud.sh"

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

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

if [[ "yes" == $(ask_yes_or_no "Do you want to install SSL?") ]]
if [[ "yes" == $(ask_yes_or_no "Do you want to install TLS?") ]]
then
bash $SCRIPTS/activate-ssl.sh
else
Expand Down

0 comments on commit 3b81d6e

Please sign in to comment.