This commit is contained in:
Svetlana Maleeva 2024-07-18 14:22:27 +03:00
parent e32b071320
commit 2085924009

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>