From 16252256a59ff3c318a384202e2a00a9601ec45e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 12 May 2015 13:06:51 -0400 Subject: Make posts page show only an excerpt, correct datetime --- _posts/2014-10-11-configuring-cloudflare-universal-ssl.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to '_posts/2014-10-11-configuring-cloudflare-universal-ssl.markdown') diff --git a/_posts/2014-10-11-configuring-cloudflare-universal-ssl.markdown b/_posts/2014-10-11-configuring-cloudflare-universal-ssl.markdown index 0e873dc..9ad62dd 100644 --- a/_posts/2014-10-11-configuring-cloudflare-universal-ssl.markdown +++ b/_posts/2014-10-11-configuring-cloudflare-universal-ssl.markdown @@ -10,6 +10,8 @@ redirect_from: "/writing/configuring-cloudflare-universal-ssl/" On September 29, 2014, [CloudFlare](https://www.cloudflare.com/), a web security company and CDN provider, [announced](http://blog.cloudflare.com/introducing-universal-ssl/) that they would begin offering free, automatic SSL to all its customers (including those on their free plan). This is an enormous step forward for enhancing security and privacy on the Internet; while website owners would previously need to purchase an SSL certificate for their site and often pay extra for SSL hosting, CloudFlare now makes this all free. Plus, you get the benefits of their other services such as DDoS protection. + + I’ve previously written about [hosting static sites with GitHub Pages](https://www.benburwell.com/writing/migrating-to-github-pages-and-jekyll/), which is what I use for www.benburwell.com. GitHub provides SSL hosting for its static sites, but not with custom domain names (e.g. `https://example.github.io` but `http://example.com`). Using CloudFlare, it’s possible to use `https://example.com` for free. And as a bonus, you won’t need to worry about DNS hosting either. What is CloudFlare? -- cgit v1.2.3