From 2384a87d74d4d203aeb968031575d108c56f054c Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 14 Oct 2020 17:01:55 +0300 Subject: [PATCH] Add fix 14 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fbf2fa6..a155fd4 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,13 @@ chmod 400 /app/onlyoffice/DocumentServer/data/certs/tls.key You are now just one step away from having our application secured. +#### Using the automatically generated Let's Encrypt SSL Certificates + + sudo docker run -i -t -d -p 443:443 \ + -e LETS_ENCRYPT_DOMAIN=your_domain -e LETS_ENCRYPT_MAIL=your_mail onlyoffice/documentserver + +If you want to get and extend Let's Encrypt SSL Certificates automatically just set LETS_ENCRYPT_DOMAIN and LETS_ENCRYPT_MAIL variables. + #### Available Configuration Parameters *Please refer the docker run command options for the `--env-file` flag where you can specify all required environment variables in a single file. This will save you from writing a potentially long docker run command.*