<?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>WordPress Hardening Archives - Pete Panel</title>
	<atom:link href="https://staging.deploypete.com/category/wordpress-hardening/feed/" rel="self" type="application/rss+xml" />
	<link>https://deploypete.com/category/wordpress-hardening/</link>
	<description>The fastest local-to-cloud environment for WordPress, Laravel, and modern PHP projects.</description>
	<lastBuildDate>Thu, 08 Dec 2022 20:09:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://staging.deploypete.com/wp-content/uploads/2020/09/cropped-PeteIconPro-32x32.png</url>
	<title>WordPress Hardening Archives - Pete Panel</title>
	<link>https://deploypete.com/category/wordpress-hardening/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hardening your WordPress site with WordPress Pete and Mod Security</title>
		<link>https://staging.deploypete.com/hardening-your-wordpress-site-with-wordpress-pete-and-mod-security/</link>
					<comments>https://staging.deploypete.com/hardening-your-wordpress-site-with-wordpress-pete-and-mod-security/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 08 Dec 2022 17:53:43 +0000</pubDate>
				<category><![CDATA[WordPress Hardening]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26863</guid>

					<description><![CDATA[<p>WordPress Pete with coreruleset v3.3 out of the box and other good practices. You won&#8217;t have to worry about most hack attacks. You can also disable or enable the mod_security firewall at your convenience if you are developing any feature of your site to avoid false positives. After this we recommend you activate it again [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/hardening-your-wordpress-site-with-wordpress-pete-and-mod-security/">Hardening your WordPress site with WordPress Pete and Mod Security</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WordPress Pete with coreruleset v3.3 out of the box and other good practices. You won&#8217;t have to worry about most hack attacks.</p>
<p>You can also disable or enable the mod_security firewall at your convenience if you are developing any feature of your site to avoid false positives. After this we recommend you activate it again</p>
<p>Pete also gives you the option to disable it completely or disable it per sites</p>
<p>You can also see in a table and easy to manage which rules were activated and the attacks that Pete&#8217;s mod_security constantly protects your site</p>
<p>In this example you can see how we disabled the mod_security firewall and you showed the result of that address that otherwise would have triggered a protection rule</p>
<p>The post <a href="https://staging.deploypete.com/hardening-your-wordpress-site-with-wordpress-pete-and-mod-security/">Hardening your WordPress site with WordPress Pete and Mod Security</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/hardening-your-wordpress-site-with-wordpress-pete-and-mod-security/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install a SSL certificate to a WordPress site using WordPress Pete</title>
		<link>https://staging.deploypete.com/install-a-ssl-certificate-to-a-wordpress-site-using-wordpress-pete/</link>
					<comments>https://staging.deploypete.com/install-a-ssl-certificate-to-a-wordpress-site-using-wordpress-pete/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Wed, 07 Dec 2022 22:09:14 +0000</pubDate>
				<category><![CDATA[WordPress Hardening]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26822</guid>

					<description><![CDATA[<p>For this example we will use the domain staging.deploypete.com which is pointing to a WordPress Pete installation. To see how to do this check out this tutorial: Point a domain to a WordPress Pete in production environment 1. For this example we purchased an SSL certificate from my favorite site for SSL certificates: ssls.com 2. We choose the [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/install-a-ssl-certificate-to-a-wordpress-site-using-wordpress-pete/">Install a SSL certificate to a WordPress site using WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span>For this example we will use the domain </span><strong><em>staging.deploypete.com</em></strong><span> which is pointing to a WordPress Pete installation. To see how to do this check out this tutorial: </span><a href="https://staging.deploypete.com/point-a-domain-to-a-wordpress-pete-in-production-environment/">Point a domain to a WordPress Pete in production environment</a></p>
<p>1. For this example we purchased an SSL certificate from my favorite site for SSL certificates: <a href="ssls.com">ssls.com</a></p>
<p>2. We choose the upload file validation option</p>
<p>3. Let&#8217;s download the validation text file</p>
<p>4. The validation path must be the same one that we will use to upload the validation file from Pete</p>
<p>5. Once we have uploaded the validation file, click confirm file upload from the ssl.com dashboard</p>
<p>6. We wait a few minutes for the SSL certificate to be issued and after that we download it</p>
<p>7. Now in the SSL upload form from Pete we carefully select the 3 SSL files: .crt, .key, bundle</p>
<p>8. After this we go to the SSL activation form and select SSL: on and then click on UPDATE SSL STATUS</p>
<p>9. And it&#8217;s ready</p>
<p>10. The SSL files are stored in /var/www/html/ssl/project_name . To update an SSL certificate repeat these steps first disabling the SSL STATUS</p>
<p>The post <a href="https://staging.deploypete.com/install-a-ssl-certificate-to-a-wordpress-site-using-wordpress-pete/">Install a SSL certificate to a WordPress site using WordPress Pete</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/install-a-ssl-certificate-to-a-wordpress-site-using-wordpress-pete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
