SSL Certificates with iRedMail: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= SSL Certificates = | = SSL Certificates = | ||
Generate the certificate request: [[OpenSSL_CSR_with_SAN]] | |||
Once the certificate has been generated and the certificate downloaded from SSLForFree copy the certificate public and private keys. | |||
<pre> | <pre> | ||
cp certificate.crt /etc/pki/tls/certs/iRedMail.crt | |||
cp private.key /etc/pki/tls/private/iRedMail.key | |||
</pre> | </pre> | ||
Reboot or restart all the different associated services. Reboot is easier here. | |||
[[Category : iRedMail]] | |||
= Load SSL modules = | = Load SSL modules = |
Latest revision as of 10:22, 9 May 2020
SSL Certificates
Generate the certificate request: OpenSSL_CSR_with_SAN
Once the certificate has been generated and the certificate downloaded from SSLForFree copy the certificate public and private keys.
cp certificate.crt /etc/pki/tls/certs/iRedMail.crt cp private.key /etc/pki/tls/private/iRedMail.key
Reboot or restart all the different associated services. Reboot is easier here.
Load SSL modules
From linux shell
a2enmod ssl