From 20859240094dd3f5247a3a1f7de81f1959efc803 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Thu, 18 Jul 2024 14:22:27 +0300 Subject: [PATCH] Text fix --- .../Help/Server/DocSpace/HTTPSDSDocker/HTTPSDSDocker.ascx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Controls/Help/Server/DocSpace/HTTPSDSDocker/HTTPSDSDocker.ascx b/Web/Controls/Help/Server/DocSpace/HTTPSDSDocker/HTTPSDSDocker.ascx index c77b2e913..22d46249c 100644 --- a/Web/Controls/Help/Server/DocSpace/HTTPSDSDocker/HTTPSDSDocker.ascx +++ b/Web/Controls/Help/Server/DocSpace/HTTPSDSDocker/HTTPSDSDocker.ascx @@ -25,7 +25,7 @@

Creating and installing CA-signed certificate

-

If you want to install Docspace with SSL right away using the letsencrypt certificate, run the installation script with the following parameters:

+

If you want to install DocSpace with SSL right away using the letsencrypt certificate, run the installation script with the following parameters:

bash <%= ((BasePage)Page).CommandName %>-install.sh docker --letsencryptmail user@example.com --letsencryptdomain yourdomain.com

Where:

    @@ -42,7 +42,7 @@

    Using own certificates

    -

    If you want to install Docspace with SSL right away using your own certificates, run the installation script with the following parameters:

    +

    If you want to install DocSpace with SSL right away using your own certificates, run the installation script with the following parameters:

    bash <%= ((BasePage)Page).CommandName %>-install.sh docker --certfile path --certkeyfile path

    Where: