Mention ssl cert/key/fullchain files deployed by iRedMail Easy.

This commit is contained in:
Zhang Huangbin 2018-12-21 22:04:36 +08:00
parent cddf7f2281
commit 7cc672e976
2 changed files with 11 additions and 2 deletions

View File

@ -179,7 +179,11 @@ restart services which use the cert files.
!!! attention
If you deployed iRedMail with the __iRedMail Easy__ platform, ssl cert
files are stored under `/opt/iredmail/ssl/`.
files are stored under `/opt/iredmail/ssl/`:
* `key.pem`: private key
* `cert.pem`: certificate
* `combined.pem`: full chain
* On RHEL/CentOS:

View File

@ -206,7 +206,12 @@ restart services which use the cert files.</p>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>If you deployed iRedMail with the <strong>iRedMail Easy</strong> platform, ssl cert
files are stored under <code>/opt/iredmail/ssl/</code>.</p>
files are stored under <code>/opt/iredmail/ssl/</code>:</p>
<ul>
<li><code>key.pem</code>: private key</li>
<li><code>cert.pem</code>: certificate</li>
<li><code>combined.pem</code>: full chain</li>
</ul>
</div>
<ul>
<li>On RHEL/CentOS:</li>