<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>certbot &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/certbot/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Wed, 29 Jul 2026 13:13:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
	<item>
		<title>SSL Setup on Amazon Linux 2023 (Apache + Let’s Encrypt)</title>
		<link>https://it.megocollector.com/linux/ssl-setup-on-amazon-linux-2023-apache-lets-encrypt/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 01 Aug 2026 11:13:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[certbot]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[letsencrypt]]></category>
		<category><![CDATA[pki]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=7192</guid>

					<description><![CDATA[This guide shows how to issue and automatically renew a Let’s Encrypt SSL certificate for an Apache website running directly on an EC2 instance with Amazon Linux 2023, without a load balancer. Example domain used in this walkthrough: example.com Prerequisites Before starting, confirm the following: The EC2 security group allows inbound traffic on ports 80 and 443. The domain’s DNS...]]></description>
		
		
		
			</item>
		<item>
		<title>Install certbot-auto on CentOS 6 with Python 3.6.x</title>
		<link>https://it.megocollector.com/linux/install-certbot-auto-on-centos-6-with-python-3-6-x/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 25 May 2018 16:09:21 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[certbot]]></category>
		<category><![CDATA[certbot-auto]]></category>
		<guid isPermaLink="false">http://it.megocollector.com/?p=3795</guid>

					<description><![CDATA[This is a simplified process for installing and running certbot-auto on CentOS 6 with Python 3.6.x. I have tried several different approaches to this and this method took the least amount of effort. yum install -y centos-release-SCL yum install -y epel-release yum clean all yum install -y rh-python36 curl -o /usr/local/bin/certbot-auto http://dl.eff.org/certbot-auto chmod +x /usr/local/bin/certbot-auto scl enable rh-python36 bash certbot-auto...]]></description>
		
		
		
			</item>
		<item>
		<title>Certbot Requires Python 2.7</title>
		<link>https://it.megocollector.com/linux/certbot-requires-python-2-7/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 16:43:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[certbot]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3706</guid>

					<description><![CDATA[This article describes how to use certbot with Python 2.7.&#160; The assumption is that you have already installed certbot. At the bottom of this article, is a related post on how to install Python 2.7.  After installing Python, install/run certbot. A shortcut, run a command within a temporary environment, like this functional example below. scl enable python27 '/opt/certbot-auto help' To...]]></description>
		
		
		
			</item>
	</channel>
</rss>
