ACME v2, wildcard certificates, and Cloudflare DNS

Now that ACME v2 is released and supports wildcard certificates I just had to update my configuration and thought I would share it here. I also took the opportunity to switch to a dns-01 based verification since its easier to maintain and there is no need expose a webserver/www-root…

nginx + spdy

So I changed my site, its now a static site running nginx instead of my old Varnish + LAMP setup. This simplifies the complexity a lot and allows me to add support for the spdy protocol. As of this writing Nginx supports spdy/2 and not spdy/3 unfortunately. It'…