Mention cert/key file names on server deployed with iRedMail Easy.

This commit is contained in:
Zhang Huangbin 2019-01-13 23:02:10 +08:00
parent bedb7b2cc9
commit b2f95597c1
2 changed files with 19 additions and 0 deletions

View File

@ -85,6 +85,15 @@ restart services which use the cert files.
### Replace cert files
!!! warning
If you deployed iRedMail with the iRedMail Easy platform, ssl cert files
are stored under `/opt/iredmail/ssl/`:
* `key.pem`: private key
* `cert.pem`: certificate
* `combined.pem`: full chain
* On RHEL/CentOS:
```

View File

@ -110,6 +110,16 @@ store them in any directory you like, recommended directories are:</p>
the self-signed SSL cert generated by iRedMail installer, then
restart services which use the cert files.</p>
<h3 id="replace-cert-files">Replace cert files</h3>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>If you deployed iRedMail with the iRedMail Easy platform, ssl cert 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>
</ul>