List of Subdomains to Futureproof

Upon news of Mozilla spearheading the movement to deprecate non-secure HTTP, Mozilla had release an FAQ which listed two SSL certificate authorities that provide free trusted certificates to use: StartSSL and WoSign.

I have only heard of StartSSL and have been using it for the past few years, but they restrict the certificates to only allow one subdomain to be added. So I decided to try WoSign to get another subdomain on another certificate to use on another server. But to my surprise, WoSign allows up to 100 domain names to be added to the certificate! Continue reading List of Subdomains to Futureproof

Seafile on CentOS Apache SSL MySQL

Seafile is an open source cloud storage server similar to the popular Dropbox. I have been waiting for an alternative for quite some time and I’m glad to see that one of the open source servers has finally gained a lot of ground.

This post is gear towards being a tutorial rather than anything else. See their website for more details: http://www.seafile.com

This tutorial accomplishes the following goals

  • Install the Seafile server
  • Restrict to a user
  • Auto start on restart
  • Secure access through Apache HTTP Server SSL
  • Run Seafile from a different path

Continue reading Seafile on CentOS Apache SSL MySQL