Mention cert/key files in iRedMail Easy doc.

This commit is contained in:
Zhang Huangbin 2019-01-13 23:07:22 +08:00
parent b2f95597c1
commit d5f1719606
2 changed files with 28 additions and 0 deletions

View File

@ -127,6 +127,20 @@ same way.
* SOGo doesn't support any of the ways mentioned above, if you need to modify any settings, please either use `/opt/iredmail/custom/sogo/custom.sh` to modify please read [details below](#sogo).
## SSL cert
iRedMail Easy generates self-signed ssl cert by default, cert files are stored
under `/opt/iredmail/ssl/`:
* `key.pem`: private key
* `cert.pem`: certificate
* `combined.pem`: full chain
To get rid of self-signed cert, you can either:
* [Request a free cert from Let's Encrypt](./letsencrypt.html), or
* [Use a bought SSL certificate](./use.a.bought.ssl.certificate.html).
## Softwares
### MariaDB

View File

@ -26,6 +26,7 @@
<li><a href="#the-rest">The rest</a></li>
</ul>
</li>
<li><a href="#ssl-cert">SSL cert</a></li>
<li><a href="#softwares">Softwares</a><ul>
<li><a href="#mariadb">MariaDB</a></li>
<li><a href="#nginx">Nginx</a></li>
@ -138,6 +139,19 @@ same way.</p>
<ul>
<li>SOGo doesn't support any of the ways mentioned above, if you need to modify any settings, please either use <code>/opt/iredmail/custom/sogo/custom.sh</code> to modify please read <a href="#sogo">details below</a>.</li>
</ul>
<h2 id="ssl-cert">SSL cert</h2>
<p>iRedMail Easy generates self-signed ssl cert by default, 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>
<p>To get rid of self-signed cert, you can either:</p>
<ul>
<li><a href="./letsencrypt.html">Request a free cert from Let's Encrypt</a>, or</li>
<li><a href="./use.a.bought.ssl.certificate.html">Use a bought SSL certificate</a>.</li>
</ul>
<h2 id="softwares">Softwares</h2>
<h3 id="mariadb">MariaDB</h3>
<ul>