<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="https://publishpress.com/"
	
	>
<channel>
	<title>
	Comments on: Install Let&#8217;s Encrypt ssl certificate in Zimbra automated	</title>
	<atom:link href="https://devopslite.com/install-lets-encrypt-ssl-certificate-in-zimbra-automated/feed/" rel="self" type="application/rss+xml" />
	<link>https://devopslite.com/install-lets-encrypt-ssl-certificate-in-zimbra-automated/</link>
	<description>DevOps Howtos, Tutorials &#38; Guides</description>
	<lastBuildDate>Sun, 07 Apr 2024 09:51:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Andrej Pirman		</title>
		<link>https://devopslite.com/install-lets-encrypt-ssl-certificate-in-zimbra-automated/#comment-80</link>

		<dc:creator><![CDATA[Andrej Pirman]]></dc:creator>
		<pubDate>Sun, 22 Sep 2019 15:42:07 +0000</pubDate>
		<guid isPermaLink="false">https://devopslite.com/?p=365#comment-80</guid>

					<description><![CDATA[Thank you, excellent tutorial...but you missed something crucial: Most of Zimbra installations will only listen on 443 port and NOT on 80, but certbot needs port 80 to issue the cert. So you need to temporarily allow port 80 on BOTH, zimbra server itself AND on firewall.
For Zimbra to switch from curent MODE to 443/80 MODE, you first need to check what mode your ZCS server is in right now:
Run as &quot;zimbra&quot; user:
zmprov getServer YOUR.SERVER.NAME zimbraReverseProxyMailMode
Make a note, whether it is &quot;redirect&quot; or some other mode to set it up later into the same mode.
then swithch to BOTH mode:
zmprov ms YOUR.SERVEr.NAME zimbraReverseProxyMailMode both
Now you can run the above mentioned certbot_zimbra.sh to renew/install LE SSL.

After script finishes, return to original mode, again as &quot;zimbra&quot; user, for example to return to &quot;redirect&quot; mode:
zmprov ms YOUR.SERVER.NAME zimbraReverseProxyMailMode redirect
And that&#039;s it.]]></description>
			<content:encoded><![CDATA[<p>Thank you, excellent tutorial&#8230;but you missed something crucial: Most of Zimbra installations will only listen on 443 port and NOT on 80, but certbot needs port 80 to issue the cert. So you need to temporarily allow port 80 on BOTH, zimbra server itself AND on firewall.<br />
For Zimbra to switch from curent MODE to 443/80 MODE, you first need to check what mode your ZCS server is in right now:<br />
Run as &#8220;zimbra&#8221; user:<br />
zmprov getServer YOUR.SERVER.NAME zimbraReverseProxyMailMode<br />
Make a note, whether it is &#8220;redirect&#8221; or some other mode to set it up later into the same mode.<br />
then swithch to BOTH mode:<br />
zmprov ms YOUR.SERVEr.NAME zimbraReverseProxyMailMode both<br />
Now you can run the above mentioned certbot_zimbra.sh to renew/install LE SSL.</p>
<p>After script finishes, return to original mode, again as &#8220;zimbra&#8221; user, for example to return to &#8220;redirect&#8221; mode:<br />
zmprov ms YOUR.SERVER.NAME zimbraReverseProxyMailMode redirect<br />
And that&#8217;s it.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
