From 83b541d6a47b8cf75952872bedd4ccbcab09445c Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 25 May 2017 00:39:56 +0200 Subject: [PATCH] add SSL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c921752e..6eb71f7a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In your Nextcloud, simply navigate to »Apps«, choose the category »Office & t The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/apps/collabora.sh) that you can use. Please remember to check the the variables in the script to suit your config before you run it, though it should work out of the box on all Ubuntu servers from 16.04 an upwards. -The only thing you must have prepared before you run the script is to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is included with Let's Encrypt. +The only thing you must have prepared before you run the script is to have SSL (https://) on your Nextcloud domain and to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is set up with Let's Encrypt. To get the script, please type the folloing command: `wget https://github.com/nextcloud/vm/blob/master/apps/collabora.sh` and then run the script with `sudo bash nextant.sh`.