Merge branch 'develop' into feature/test-fixes-december-23

This commit is contained in:
Svetlana Maleeva 2024-07-18 14:23:03 +03:00
commit 84598cbf3f

View File

@ -25,7 +25,7 @@
<h2 id="CreateCertificate">Creating and installing CA-signed certificate</h2>
<div class="block_of_step">
<div class="screen_text">
<p>If you want to install Docspace with SSL right away using the letsencrypt certificate, run the installation script with the following parameters:</p>
<p>If you want to install DocSpace with SSL right away using the letsencrypt certificate, run the installation script with the following parameters:</p>
<pre><code>bash <%= ((BasePage)Page).CommandName %>-install.sh docker --letsencryptmail user@example.com --letsencryptdomain yourdomain.com</code></pre>
<p>Where:</p>
<ul>
@ -42,7 +42,7 @@
<h2 id="OwnCertificate">Using own certificates</h2>
<div class="block_of_step">
<div class="screen_text">
<p>If you want to install Docspace with SSL right away using your own certificates, run the installation script with the following parameters:</p>
<p>If you want to install DocSpace with SSL right away using your own certificates, run the installation script with the following parameters:</p>
<pre><code>bash <%= ((BasePage)Page).CommandName %>-install.sh docker --certfile path --certkeyfile path</code></pre>
<p>Where:</p>
<ul>