<?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>MojoWill</title>
	<atom:link href="http://www.mojowill.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mojowill.com</link>
	<description>developer/musician/geek</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:23:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Mojo Sliding Widget Panel Released</title>
		<link>http://www.mojowill.com/developer/the-mojo-sliding-widget-panel-released/</link>
		<comments>http://www.mojowill.com/developer/the-mojo-sliding-widget-panel-released/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 11:22:26 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[jQuery Sliding WIdget Panel]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=525</guid>
		<description><![CDATA[I&#8217;ve recently released my jQuery Sliding widget panel onto the WordPress plugin site. I have made some improvements since I originally blogged about it. You can find the original post here. In the mean time head over to the WordPress plugin site to get the latest copy or visit the GitHub project for the latest [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently released my jQuery Sliding widget panel onto the WordPress plugin site. I have made some improvements since I originally blogged about it. You can find the original post <a title="WordPress jQuery Sliding Widget Panel" href="/developer/wordpress-jquery-sliding-widget-panel/">here</a>. In the mean time head over to the <a href="http://wordpress.org/extend/plugins/the-mojo-sliding-widget-panel/" target="_blank">WordPress plugin site</a> to get the latest copy or visit the <a href="https://github.com/mojowill/The-Mojo-Sliding-Widget-Panel" target="_blank">GitHub project</a> for the latest development version!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/the-mojo-sliding-widget-panel-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little present to all clients</title>
		<link>http://www.mojowill.com/developer/a-little-present-to-all-clients/</link>
		<comments>http://www.mojowill.com/developer/a-little-present-to-all-clients/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:09:31 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=521</guid>
		<description><![CDATA[If you&#8217;re a client of mine using a WordPress based website you will notice a new tab in your WordPress Dasboard. WP101 Clicking on it will reveal a series of great video tutorials from WP101 to take your through everything you need to know about WordPress! From making posts, to editing pages everything is there! It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a client of mine using a WordPress based website you will notice a new tab in your WordPress Dasboard.</p>
<p><span id="more-521"></span></p>
<p><strong>WP101</strong></p>
<p>Clicking on it will reveal a series of great video tutorials from <a href="http://www.wp101.com/" target="_blank">WP101</a> to take your through everything you need to know about WordPress! From making posts, to editing pages everything is there! It&#8217;s all taken care of by me on my side all you need to do is watch them!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/a-little-present-to-all-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure your Gravity Forms uploads</title>
		<link>http://www.mojowill.com/developer/secure-your-gravity-forms-uploads/</link>
		<comments>http://www.mojowill.com/developer/secure-your-gravity-forms-uploads/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:32:48 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[gravity forms]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=515</guid>
		<description><![CDATA[I love WordPress. I like Gravity Forms. The only trouble with Gravity forms is if you add a file upload field to your form it is stored within your /wp-content/uploads directory and as such is publicly accessible. Now the link that Gravity Forms generates is fairly long (mywebsite.com/wp-content/uploads/gravity_forms/reallylongstringofnumbers10239812039802193/year/month/filename) however that just isn&#8217;t secure enough for [...]]]></description>
			<content:encoded><![CDATA[<p>I love WordPress. I like Gravity Forms. The only trouble with Gravity forms is if you add a file upload field to your form it is stored within your /wp-content/uploads directory and as such is publicly accessible.</p>
<p><span id="more-515"></span></p>
<p>Now the link that Gravity Forms generates is fairly long (mywebsite.com/wp-content/uploads/gravity_forms/reallylongstringofnumbers10239812039802193/year/month/filename) however that just isn&#8217;t secure enough for me. The worst part os they don&#8217;t seem to care.</p>
<p>After a week or two of searching I have found a way of securing it! The following method secures the folder in question so that only Logged in users can access them. It is also probably possible to modify this method to account for different user roles etc, but for now a little security is better than none!</p>
<p>Ok so we need to do 2 things.</p>
<ol>
<li>Tell our website that all files in a certain directory need to be passed to a special file for processing before downloading.</li>
<li>Use our special file to check if the user is logged in!</li>
</ol>
<div>First things first. Create a new file in the ROOT of your WordPress install called dl-file.php and paste in the following:</div>
<div></div>
<div>
<pre class="brush: php; title: ; notranslate">&lt;/pre&gt;
require_once( 'wp-load.php' );

is_user_logged_in() || auth_redirect();

$upload_dir = wp_upload_dir();
//Set your path below I am using /gravity_forms/
$basedir = $upload_dir[ 'basedir' ] . '/gravity_forms/';

$file = rtrim( $basedir, '/' ) . '/' . str_replace( '..', '', isset( $_GET[ 'file' ] ) ? $_GET[ 'file' ] : '' );
if ( ! $basedir || ! is_file( $file ) ) {
 status_header( 404 );
 die( '404 &amp;#8212; File not found.' );
}

$mime = wp_check_filetype( $file );
if( false === $mime[ 'type' ] &amp;&amp; function_exists( 'mime_content_type' ) )
 $mime[ 'type' ] = mime_content_type( $file );

if( $mime[ 'type' ] )
 $mimetype = $mime[ 'type' ];
else
 $mimetype = 'image/' . substr( $file, strrpos( $file, '.' ) + 1 );

header( 'Content-Type: ' . $mimetype ); // always send this
if ( false === strpos( $_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS' ) )
 header( 'Content-Length: ' . filesize( $file ) );

$last_modified = gmdate( 'D, d M Y H:i:s', filemtime( $file ) );
$etag = '&quot;' . md5( $last_modified ) . '&quot;';
header( &quot;Last-Modified: $last_modified GMT&quot; );
header( 'ETag: ' . $etag );
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + 100000000 ) . ' GMT' );

// Support for Conditional GET
$client_etag = isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) ? stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) : false;

if( ! isset( $_SERVER['HTTP_IF_MODIFIED_SINCE'] ) )
 $_SERVER['HTTP_IF_MODIFIED_SINCE'] = false;

$client_last_modified = trim( $_SERVER['HTTP_IF_MODIFIED_SINCE'] );
// If string is empty, return 0. If not, attempt to parse into a timestamp
$client_modified_timestamp = $client_last_modified ? strtotime( $client_last_modified ) : 0;

// Make a timestamp for our most recent modification...
$modified_timestamp = strtotime($last_modified);

if ( ( $client_last_modified &amp;&amp; $client_etag )
 ? ( ( $client_modified_timestamp &gt;= $modified_timestamp) &amp;&amp; ( $client_etag == $etag ) )
 : ( ( $client_modified_timestamp &gt;= $modified_timestamp) || ( $client_etag == $etag ) )
 ) {
 status_header( 304 );
 exit;
}

// If we made it this far, just serve the file
readfile( $file );
</pre>
<p>Looks kinda scary doesn&#8217;t it! Don&#8217;t worry about it! The only thing you need to pay attention to is line 8. This is where you set which folder you are protecting, for this I am using /gravity_forms/ the path is relative to your uploads directory.</p>
<p>Second in your .htaccess file you need to add the following:</p>
<pre class="brush: bash; title: ; notranslate">

#Gravity Forms Upload Protection
RewriteCond %{REQUEST_FILENAME} -s
RewriteRule ^wp-content/uploads/gravity_forms/(.*)$ dl-file.php?file=$1 [QSA,L]
</pre>
<p>The RewriteRule path needs to match the path you set in your dl-file.php so here you can see gravity_forms is mentioned again.</p>
<p>So what happens.</p>
<p>When a file is requested from within the Gravity Forms folder the request is passed via the .htaccess file to our dl-file.php. This file then checks to see if the user is logged in. If not logged in they are forwarded to the login page, after logging in the file is downloaded. If they don&#8217;t login. No file. Simple!</p>
<p>There are probably loads of improvements that can be made to this but it is a great start.</p>
<p>The credit goes entirely to <a href="http://wordpress.stackexchange.com/a/37743/12438" target="_blank">http://wordpress.stackexchange.com/a/37743/12438</a> I simply took the code and made it work for me! Let me know what improvements you make to it!</p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/secure-your-gravity-forms-uploads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojo Admin Toolbox 1.2.1</title>
		<link>http://www.mojowill.com/developer/mojo-admin-toolbox-1-2-1/</link>
		<comments>http://www.mojowill.com/developer/mojo-admin-toolbox-1-2-1/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:09:55 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mojo Admin Toolbox]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=509</guid>
		<description><![CDATA[I&#8217;ve made a couple of big changes to the plugin over the last week and just wanted to post an update. Version 1.2.1 firstly includes a fix for the login page logo. This wasn&#8217;t working due to me using an incorrect hook. Silly mistake but has been identified and fixed! Also I have added image [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a couple of big changes to the plugin over the last week and just wanted to post an update.</p>
<p>Version 1.2.1 firstly includes a fix for the login page logo. This wasn&#8217;t working due to me using an incorrect hook. Silly mistake but has been identified and fixed!</p>
<p>Also I have added image upload abilities for the options page. This means that now instead of having to paste in a URL for your images you want to use you can simply hook directly into the WordPress media uploader and do it all from the same page!</p>
<p>You can check it out on the <a href="http://wordpress.org/extend/plugins/the-mojo-admin-toolbox/" target="_blank">WordPress Plugin Repo</a> or grab the latest development version on my <a href="https://github.com/mojowill/Mojo-Admin-Toolbox" target="_blank">Github Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/mojo-admin-toolbox-1-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojo Admin Toolbox 1.1</title>
		<link>http://www.mojowill.com/developer/mojo-admin-toolbox-1-1/</link>
		<comments>http://www.mojowill.com/developer/mojo-admin-toolbox-1-1/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 11:49:55 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mojo Admin Toolbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=505</guid>
		<description><![CDATA[Just posted a little update to my admin toolbox. This update simply adds one new feature. The ability to change your WordPress from name and email address for emails sent by the website! Pretty sweet I think! http://wordpress.org/extend/plugins/the-mojo-admin-toolbox/]]></description>
			<content:encoded><![CDATA[<p>Just posted a little update to my admin toolbox.</p>
<p>This update simply adds one new feature.</p>
<p>The ability to change your WordPress from name and email address for emails sent by the website! Pretty sweet I think!</p>
<p><a href="http://wordpress.org/extend/plugins/the-mojo-admin-toolbox/" target="_blank">http://wordpress.org/extend/plugins/the-mojo-admin-toolbox/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/mojo-admin-toolbox-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mojo Admin Toolbox</title>
		<link>http://www.mojowill.com/developer/the-mojo-admin-toolbox/</link>
		<comments>http://www.mojowill.com/developer/the-mojo-admin-toolbox/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:33:52 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mojo Admin Toolbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=498</guid>
		<description><![CDATA[The Mojo Admin Toolbox is a collection of little functions I found myself using a lot to customise the admin dashboard of WordPress, specifically when I was hiding stuff from a client or customising it for them! Features Remove/Hide the WordPress Comments system, never confuse your client again! Easily customise the Login Page Logo. Easily [...]]]></description>
			<content:encoded><![CDATA[<p>The Mojo Admin Toolbox is a collection of little functions I found myself using a lot to customise the admin dashboard of WordPress, specifically when I was hiding stuff from a client or customising it for them!</p>
<h3><span id="more-498"></span></h3>
<h3>Features</h3>
<ul>
<li>Remove/Hide the WordPress Comments system, never confuse your client again!</li>
<li>Easily customise the Login Page Logo.</li>
<li>Easily customise the Dashboard Logo.</li>
<li>Set a New custom default avatar for your site.</li>
<li>Remove dashboard widgets for ALL users.</li>
<li>Hide the theme editor page and stop clients messing up the theme!</li>
<li>Easily change the Dashboard footer text for your own.</li>
<li>Change the Descriptions and link destination for your custom login logo.</li>
<li>Hide the WordPress meta generator tag, make it a little more difficult for those script kiddies!</li>
<li>And more to come………..</li>
</ul>
<div>It is available on the <a href="http://wordpress.org/extend/plugins/the-mojo-admin-toolbox/" target="_blank">WordPress plugin site</a> and is over on <a href="https://github.com/mojowill/Mojo-Admin-Toolbox" target="_blank">Github</a> right now!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/the-mojo-admin-toolbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojo Gallery 0.4 Released</title>
		<link>http://www.mojowill.com/developer/mojo-gallery-0-4-released/</link>
		<comments>http://www.mojowill.com/developer/mojo-gallery-0-4-released/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:02:42 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mojo Gallery Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=495</guid>
		<description><![CDATA[Yay! Development is really pushing forward, today I have pushed 0.4 to the WordPress Repo. I&#8217;ve been working hard actually getting the front end presentation to work how I want. Currently I have basic templates for single.php and archive.php, users can create their own templates by creating a /mojo-gallery/ folder in their theme and copying [...]]]></description>
			<content:encoded><![CDATA[<p>Yay! Development is really pushing forward, today I have pushed 0.4 to the WordPress Repo. I&#8217;ve been working hard actually getting the front end presentation to work how I want.</p>
<p>Currently I have basic templates for single.php and archive.php, users can create their own templates by creating a /mojo-gallery/ folder in their theme and copying the templates folder contents into it, that way they can modify their own templates without them being wiped out during upgrades.</p>
<p>There are still plenty of bugs especially around templates and I am looking at better ways of doing this. If you feel like helping then please do!</p>
<p>You can check it out over on the <a href="http://wordpress.org/extend/plugins/mojo-gallery/" target="_blank">WordPress Plugin Site</a> or <a href="https://github.com/mojowill/Mojo-Gallery" target="_blank">GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/mojo-gallery-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojo Gallery on the WordPress Plugin Repo</title>
		<link>http://www.mojowill.com/developer/mojo-gallery-on-the-wordpress-plugin-repo/</link>
		<comments>http://www.mojowill.com/developer/mojo-gallery-on-the-wordpress-plugin-repo/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 22:58:11 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mojo Gallery Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=492</guid>
		<description><![CDATA[Just a quick update to say you can now also keep track of updates from the WordPress plugin repo! Finally managed to get it working, stupid SVN! The most recent updates will always be on the Github page but if you so desire you can check out the WordPress Plugin page here.]]></description>
			<content:encoded><![CDATA[<p>Just a quick update to say you can now also keep track of updates from the WordPress plugin repo!</p>
<p>Finally managed to get it working, stupid SVN!</p>
<p>The most recent updates will always be on the <a href="https://github.com/mojowill/Mojo-Gallery" target="_blank">Github page</a> but if you so desire you can check out the WordPress Plugin page <a href="http://wordpress.org/extend/plugins/mojo-gallery/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/mojo-gallery-on-the-wordpress-plugin-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojo Gallery Plugin Update</title>
		<link>http://www.mojowill.com/developer/mojo-gallery-plugin-update/</link>
		<comments>http://www.mojowill.com/developer/mojo-gallery-plugin-update/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 14:21:24 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mojo Gallery Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=480</guid>
		<description><![CDATA[Following on from my post a few days ago I have put some serious time into the plugin. The backend is shaping up nicely and is working well. I am currently working on the front end presentation before adding any more features. The compromise seems to be trying to use Filters to modify the $content [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from <a title="Mojo Gallery Plugin" href="http://www.mojowill.com/developer/mojo-gallery-plugin/">my post</a> a few days ago I have put some serious time into the plugin. The backend is shaping up nicely and is working well. I am currently working on the front end presentation before adding any more features. The compromise seems to be trying to use Filters to modify the $content opposed to specifying templates to use. I don&#8217;t really want to specify templates as it isn&#8217;t really user friendly. I&#8217;ll keep working and keep posting!</p>
<p>Also need to figure out how to use SVN <img src='http://www.mojowill.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I normally use git/github for everything!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/mojo-gallery-plugin-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS Root Certificate Authority Failures</title>
		<link>http://www.mojowill.com/developer/centos-root-certificate-authority-failures/</link>
		<comments>http://www.mojowill.com/developer/centos-root-certificate-authority-failures/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:00:06 +0000</pubDate>
		<dc:creator>MojoWill</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mojowill.com/?p=478</guid>
		<description><![CDATA[Oh CentOS why you so annoying! I love you and hate you all at the same time! When trying to add the shiny Github RSS feed on the right of the page I came up with CS errors that WordPress could not validate the SSL CA. This happens because CentOS had an old certificate authority [...]]]></description>
			<content:encoded><![CDATA[<p>Oh CentOS why you so annoying! I love you and hate you all at the same time!</p>
<p>When trying to add the shiny Github RSS feed on the right of the page I came up with CS errors that WordPress could not validate the SSL CA. This happens because CentOS had an old certificate authority bundle: /etc/pki/tls/certs/ca-bundle.crt</p>
<p>I found a blog post from last year <a href="http://eric.lubow.org/2011/security/fixing-centos-root-certificate-authority-issues/" target="_blank">here</a> and made sense for my position!</p>
<p>Backup your existing file just so you don&#8217;t kill any kittens:</p>
<pre class="brush: bash; title: ; notranslate">
cp /etc/pki/tls/certs/ca-bundle.crt /root/kitten-basket
</pre>
<p>Then use magic to get the new one, I used the one found in the other blog post referenced above.</p>
<pre class="brush: bash; title: ; notranslate">
curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt
</pre>
<p>I restarted apache (not sure if I needed to but made sense!) and yippee it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mojowill.com/developer/centos-root-certificate-authority-failures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

