1

Topic: How add a SSL to domain?

How add a SSL to domain?

----

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

2

Re: How add a SSL to domain?

Please explain what you want.
SSL for Nginx? Apache? Dovecot? Postfix?

3

Re: How add a SSL to domain?

7t3chguy wrote:

Please explain what you want.
SSL for Nginx? Apache? Dovecot? Postfix?

E.g. I open webmail use this domain: Https://webmail.mydomain.com/mail

4

Re: How add a SSL to domain?

iRedMail automatically creates a self-signed certificate for https://{xxx}/mail
http://www.iredmail.org/docs/use.a.boug … icate.html

5

Re: How add a SSL to domain?

7t3chguy wrote:

iRedMail automatically creates a self-signed certificate for https://{xxx}/mail
http://www.iredmail.org/docs/use.a.boug … icate.html

Certificate Error

6

Re: How add a SSL to domain?

That's what happens when you use a Self Signed certificate, to get rid of that you have to Purchase an SSL Certificate, then follow the instructions in the link I gave you

7

Re: How add a SSL to domain?

7t3chguy wrote:

That's what happens when you use a Self Signed certificate, to get rid of that you have to Purchase an SSL Certificate, then follow the instructions in the link I gave you

yes, I has SSL

8

Re: How add a SSL to domain?

Then follow the instructions in the link I gave you to install the SSL Certificate you have.

http://www.iredmail.org/docs/use.a.boug … icate.html

9

Re: How add a SSL to domain?

7t3chguy wrote:

Then follow the instructions in the link I gave you to install the SSL Certificate you have.

http://www.iredmail.org/docs/use.a.boug … icate.html

how to change https://webmail.mydomain.com/mail       to       https://webmail.mydomain.com:8080

10

Re: How add a SSL to domain?

Are you using Nginx or Apache?

11

Re: How add a SSL to domain?

7t3chguy wrote:

Are you using Nginx or Apache?

Nginx

12

Re: How add a SSL to domain?

in the Nginx site/conf config file something like /etc/nginx/conf.d/{something} or /etc/nginx/sites-enabled/{something} change listen 443 to listen 8080

13

Re: How add a SSL to domain?

7t3chguy wrote:

in the Nginx site/conf config file something like /etc/nginx/conf.d/{something} or /etc/nginx/sites-enabled/{something} change listen 443 to listen 8080

THX