From fb320960b7333d6952073558c89aa99ed6f0fb84 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Thu, 17 Jun 2021 16:45:23 +0200 Subject: [PATCH] Improved comment --- docker/buildimage_wopiserver.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/buildimage_wopiserver.sh b/docker/buildimage_wopiserver.sh index 56ca9070..57cdf75c 100755 --- a/docker/buildimage_wopiserver.sh +++ b/docker/buildimage_wopiserver.sh @@ -4,8 +4,10 @@ # # This script can be used to generate a docker image of the WOPI server. # Prior to run it, you need to collect here a valid wopiserver.conf and -# an iopsecret file that contains the shared secret used by your EFSS -# servers to authenticate to the WOPI server. +# an iopsecret file that contains a shared secret used to strengthen the +# open REST endpoint, as they give access to any file of the underlying +# storage: the secret is only to be used between the client of the +# /wopi/iop/open endpoint and the WOPI server. # # If you want the WOPI server to run in secure mode, you need to generate # a certificate/key with the hostname of the node that will be running