<?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/"
	
	>
<channel>
	<title>
	Comments on: How to Secure Nginx with Let&#8217;s Encrypt on CentOS 8	</title>
	<atom:link href="https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 16 Nov 2020 17:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kenneth Porter		</title>
		<link>https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/comment-page-1/#comment-1390488</link>

		<dc:creator><![CDATA[Kenneth Porter]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35596#comment-1390488</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/comment-page-1/#comment-1388870&quot;&gt;Marc Pope&lt;/a&gt;.

Better to use a &lt;strong&gt;systemd&lt;/strong&gt; timer unit file, such as the one provided in the EPEL certbot package. RHEL/CentOS 8 has moved from cron to systemd timers for dispatching periodic tasks. A systemd timer provides much finer control over task timing.

Here&#039;s a tutorial on how to create a timer:

https://www.certdepot.net/rhel7-use-systemd-timers/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/comment-page-1/#comment-1388870">Marc Pope</a>.</p>
<p>Better to use a <strong>systemd</strong> timer unit file, such as the one provided in the EPEL certbot package. RHEL/CentOS 8 has moved from cron to systemd timers for dispatching periodic tasks. A systemd timer provides much finer control over task timing.</p>
<p>Here&#8217;s a tutorial on how to create a timer:</p>
<p><a target="_blank" href="https://www.certdepot.net/rhel7-use-systemd-timers/" rel="nofollow ugc">https://www.certdepot.net/rhel7-use-systemd-timers/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marc Pope		</title>
		<link>https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/comment-page-1/#comment-1388870</link>

		<dc:creator><![CDATA[Marc Pope]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 13:23:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35596#comment-1388870</guid>

					<description><![CDATA[Open up &lt;strong&gt;/etc/crontab&lt;/strong&gt; and have it check once a month to renew.
&lt;pre&gt;
30 1 1 * * root /usr/local/bin/certbot-auto renew
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Open up <strong>/etc/crontab</strong> and have it check once a month to renew.</p>
<pre>
30 1 1 * * root /usr/local/bin/certbot-auto renew
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kenneth Porter		</title>
		<link>https://www.tecmint.com/secure-nginx-with-lets-encrypt-on-centos-8/comment-page-1/#comment-1312405</link>

		<dc:creator><![CDATA[Kenneth Porter]]></dc:creator>
		<pubDate>Fri, 17 Jan 2020 19:04:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35596#comment-1312405</guid>

					<description><![CDATA[You should find the certbot RPM package for RHEL/CentOS 8 in the EPEL repo. I&#039;ve been using the version for CentOS 7, installed via yum. Use dnf to install it for CentOS 8.  ]]></description>
			<content:encoded><![CDATA[<p>You should find the certbot RPM package for RHEL/CentOS 8 in the EPEL repo. I&#8217;ve been using the version for CentOS 7, installed via yum. Use dnf to install it for CentOS 8.  </p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
