1 (edited by tge 2013-05-15 02:18:34)

Topic: SSL for iRedAdmin-Pro

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: 5.9
- Related log if you're reporting an issue:
====
Hello Zhang
I want to add Comodo Positive SSL cerfiticate for iRedAdmin-Pro
I have some questions:
1. How do i create CSR by tool generate_ssl_keys.sh ?
2. A SSL certificate have 3 files: .key, .pem & .cert
How to add 3 files parameters to iRedMail apache and where the apche config file?
3. After added SSL for iRedAdmin-Pro, can i use SSL connection for DoveCot (IMAP & POP), and SMTP (Postfix)?

Thanks for answers !

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: SSL for iRedAdmin-Pro

Hi @tge,

tge wrote:

1. How do i create CSR by tool generate_ssl_keys.sh ?
2. A SSL certificate have 3 files: .key, .pem & .cert
How to add 3 files parameters to iRedMail apache and where the apche config file?

You should follow the tutorial provided by Comodo Positive SSL certificate. SSL providers usually provide you a detailed tutorial about how to setup your Apache.

tge wrote:

3. After added SSL for iRedAdmin-Pro, can i use SSL connection for DoveCot (IMAP & POP), and SMTP (Postfix)?

When you update Apache settings to use new SSL certificate, you will find two files created by iRedMail on CentOS:
* /etc/pki/tls/certs/iRedMail_CA.pem
* /etc/pki/tls/private/iRedMail.key

Backup them first, then override them by the new SSL certificate, restart Dovecot, Postfix, and they should work as expected.

3

Re: SSL for iRedAdmin-Pro

Thanks Zhang

4

Re: SSL for iRedAdmin-Pro

I have same problem. You can check this link, http://www.myee.web.id/get-free-ssl-for-your-site/

5

Re: SSL for iRedAdmin-Pro

How to setup PositiveSSL digital certificate from Comodo (solved)
Required information :
1. iRedMail version : 0.9.2
2. Linux/BSD distribution name and version: CentOS release 6.7 (Final)
3. request from my server "root#cat mydomain.csr
4. buy from comodo positivessl and i can key ca.bundle and crt, example  :
     -----BEGIN CERTIFICATE-----

       -----END CERTIFICATE-----
     -----BEGIN CERTIFICATE-----
                                  =
        -----END CERTIFICATE-----
       -----BEGIN CERTIFICATE-----
                                  ==
         -----END CERTIFICATE-----       

How to install the certificate key into my server, please help and thanks.

6

Re: SSL for iRedAdmin-Pro

sukianto79 wrote:

How to install the certificate key into my server, please help and thanks.

Please follow our tutorial below:
http://www.iredmail.org/docs/use.a.boug … icate.html

By the way, please create new forum topic for your own question/issue, do not hijack other's thread/topic.