<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>encryption &#8211; luke arms</title>
	<atom:link href="https://tech.lkrms.org/tag/encryption/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.lkrms.org</link>
	<description>just a nerd with &#34;mild OCD tendencies&#34;</description>
	<lastBuildDate>Mon, 22 May 2017 00:20:29 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.12</generator>

<image>
	<url>https://tech.lkrms.org/wp-content/uploads/2016/06/cropped-Logo-Letters-WB-Circle-2-32x32.png</url>
	<title>encryption &#8211; luke arms</title>
	<link>https://tech.lkrms.org</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">152348619</site>	<item>
		<title>No more HTTP: implementing Let&#8217;s Encrypt certificates</title>
		<link>https://tech.lkrms.org/no-more-http-implementing-lets-encrypt-certificates/</link>
		
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 01:57:59 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[let's encrypt]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">https://lkrms.org/?p=1278</guid>

					<description><![CDATA[<p>Once upon a time, SSL certificates were expensive, and getting them required multiple days of lead time. Signing authorities have improved in both areas (i.e. cost and turnaround), but Let&#8217;s Encrypt has taken it to a whole new level. Their free certificate service moved out of beta earlier this year, and with my one-and-only SSL &#8230; <a href="https://tech.lkrms.org/no-more-http-implementing-lets-encrypt-certificates/" class="more-link">Continue reading <span class="screen-reader-text">No more HTTP: implementing Let&#8217;s Encrypt certificates</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/no-more-http-implementing-lets-encrypt-certificates/">No more HTTP: implementing Let&#8217;s Encrypt certificates</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Once upon a time, SSL certificates were expensive, and getting them required multiple days of lead time.</p>
<p>Signing authorities have improved in both areas (i.e. cost and turnaround), but <a href="https://letsencrypt.org/">Let&#8217;s Encrypt</a> has taken it to a whole new level. Their free certificate service moved out of beta earlier this year, and with my one-and-only SSL certificate coming due for renewal, I thought I&#8217;d take it for a spin.</p>
<p>Let&#8217;s Encrypt issue 90-day certificates (commercial authorities typically offer 12-24 month certs), so their service is designed to be consumed by automatic certificate management software rather than end-users. This means there&#8217;s no user-facing front-end &#8211; another departure from traditional CAs.</p>
<p>You&#8217;d be forgiven for thinking all of this sounds terribly complicated, but with <a href="https://certbot.eff.org/">certbot</a>, it couldn&#8217;t be much easier (assuming you&#8217;re running your own server). You just download and run the <code>certbot-auto</code> script and follow the instructions. In my case, as an Apache user, getting this blog running on HTTPS was as simple as:</p>
<pre><code>$ certbot-auto --apache -d lkrms.org,www.lkrms.org,arms.to,www.arms.to,lukearms.net,www.lukearms.net
</code></pre>
<p>This command looked after reconfiguring, testing and reloading Apache. Then I dropped the following into <code>/etc/cron.d/certbot</code>:</p>
<pre><code>42 2,14 * * * root /usr/local/bin/certbot-auto renew --quiet --no-self-upgrade
</code></pre>
<p>Now, as my Let&#8217;s Encrypt certificates expire (or are revoked), they are automatically renewed. Twice daily.</p>
<p>Suck on that, NSA / metadata retention agencies / ASIO / AFP.</p>
<p><strong>NO DATAS FOR YOU.</strong></p>
<p>The post <a rel="nofollow" href="https://tech.lkrms.org/no-more-http-implementing-lets-encrypt-certificates/">No more HTTP: implementing Let&#8217;s Encrypt certificates</a> appeared first on <a rel="nofollow" href="https://tech.lkrms.org">luke arms</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1278</post-id>	</item>
	</channel>
</rss>
