letsencrypt multi-domain on single node server

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

letsencrypt multi-domain on single node server

Post by edisu »

Hi, we have a zimbra server single node server with 3 domain on it eg. aa.com, bb.net, cc.org. We want to install letsencrypt certificate on 3 domain. My question is how can I generate letsencrypt certificate ang use the cert on 3 domain? Can you give step by step procedure? Thanks in advanced
dfreddie
Posts: 32
Joined: Sat Sep 13, 2014 12:24 am

Re: letsencrypt multi-domain on single node server

Post by dfreddie »

1. Install certbot-zimbra from here: https://github.com/YetOpen/certbot-zimbra
2. as root: certbot_zimbra.sh -n -d mail.aa.com -e mail.bb.net -e mail.cc.org
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

Re: letsencrypt multi-domain on single node server

Post by edisu »

dfreddie wrote:1. Install certbot-zimbra from here: https://github.com/YetOpen/certbot-zimbra
2. as root: certbot_zimbra.sh -n -d mail.aa.com -e mail.bb.net -e mail.cc.org
Does it work on zimbra 9?

Thanks
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: letsencrypt multi-domain on single node server

Post by phoenix »

There should be no reason why it wouldn't. Read the requirements on the github page , try it and let us know if it works. ;)
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
dfreddie
Posts: 32
Joined: Sat Sep 13, 2014 12:24 am

Re: letsencrypt multi-domain on single node server

Post by dfreddie »

edisu wrote:
dfreddie wrote:1. Install certbot-zimbra from here: https://github.com/YetOpen/certbot-zimbra
2. as root: certbot_zimbra.sh -n -d mail.aa.com -e mail.bb.net -e mail.cc.org
Does it work on zimbra 9?

Thanks
Yes it still works!
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

Re: letsencrypt multi-domain on single node server

Post by edisu »

dfreddie wrote:
edisu wrote:
dfreddie wrote:1. Install certbot-zimbra from here: https://github.com/YetOpen/certbot-zimbra
2. as root: certbot_zimbra.sh -n -d mail.aa.com -e mail.bb.net -e mail.cc.org
Does it work on zimbra 9?

Thanks
Yes it still works!



have you also try this?

https://github.com/penzoiders/zimbra-au ... FjuSQJhDws
dfreddie
Posts: 32
Joined: Sat Sep 13, 2014 12:24 am

Re: letsencrypt multi-domain on single node server

Post by dfreddie »

Nope, I haven't try it.
Post Reply