Edit 2 DocSpace articles

This commit is contained in:
Svetlana Maleeva 2024-07-30 16:30:29 +03:00
parent 2ae77ed81a
commit c833e58c62
2 changed files with 2 additions and 1 deletions

View File

@ -152,6 +152,7 @@
</li>
<li>After the request is processed, your custom domain name will be displayed in the <b>DNS settings</b> section.</li>
</ol>
<div class="notehelp nh_important"><span class="important_notice_label">Important</span>In the server version, you need to configure the domain so that notification services like whatsnew provide the correct links.</div>
<div class="inner_delimiter"></div>
<h5 id="DocSpacerenaming">DocSpace renaming</h5>

View File

@ -30,7 +30,7 @@
<p>Where:</p>
<ul>
<li><code>letsencryptmail</code> is the email used for registration and recovery contact. Use comma to register multiple emails, for example: u1@example.com,u2@example.com.</li>
<li><code>letsencryptdomain</code> is the address of the domain where your <b><%= ((BasePage)Page).EditionVersion %></b> portal is installed.</li>
<li><code>letsencryptdomain</code> is the address of the domain where your <b><%= ((BasePage)Page).EditionVersion %></b> portal is installed. Use comma to register multiple domains, for example: yourdomain1.com,yourdomain2.com.</li>
</ul>
<p>The script will automatically create and install the <a target="_blank" href="https://letsencrypt.org/">letsencrypt.org</a> CA-signed certificate to your server and restart the NGINX service for the changes to take effect.</p>
<p>If you want to switch to HTTPS already installed DocSpace, you can launch switching to HTTPS manually from the <code>/app/onlyoffice/config/docspace-ssl-setup</code> file:</p>