Fix HTTPSDSWindows.ascx

This commit is contained in:
Svetlana Maleeva 2023-09-27 10:42:22 +03:00
parent 3119f4e8c2
commit ced3bcf617

View File

@ -35,7 +35,11 @@
<pre><code>./docspace-ssl-setup.ps1 EMAIL DOMAIN</code></pre>
<p>Where:</p>
<ul>
<li><code>EMAIL</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>EMAIL</code> is the email used for registration and recovery contact.
<p>Use comma to register multiple emails, for example: u1@example.com,u2@example.com. User emails must be enclosed in quotes.</p>
<p>Example of a command to run the script:</p>
<pre><code>./docspace-ssl-setup.ps1 "EMAIL1,EMAIL2" DOMAIN</code></pre>
</li>
<li><code>DOMAIN</code> is the address of the domain where your <b><%= ((BasePage)Page).EditionVersion %></b> portal is installed.</li>
</ul>
<div class="notehelp">Check <b>A records</b> for your domain (e.g. using the <code>ping</code> command), otherwise the certificate will not be issued.</div>