1 (edited by Ange7 2016-01-26 00:35:33)

Topic: Generate new certificate with letsencrypt to replace certificate ired

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.3
- Linux/BSD distribution name and version: Debian Jessie
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: /
====

Hey,

is it possible to use letsencrypt to create new certificate (./letsencrypt-auto certonly --manual) to replace certificate in iredmail ( using http://www.iredmail.org/docs/use.a.boug … cate.html) ?

Thank you,

xoxo

----

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

2

Re: Generate new certificate with letsencrypt to replace certificate ired

Yes you can use letsencrypt.

3

Re: Generate new certificate with letsencrypt to replace certificate ired

Ok it's works perfectly,

it's easy :

use letsencrypt with :

./letsencrypt-auto certonly --manual

type domain : domain.tld mail.domain.tld (don't forget mail.domain.tld)

replace ssl path with this how to : http://www.iredmail.org/docs/use.a.boug … icate.html

Thank you ! smile

4

Re: Generate new certificate with letsencrypt to replace certificate ired

Thanks for sharing. smile