HTTPS gratis con LetsEncrypt



  • Seguir las indicaciones de https://letsencrypt.org/getting-started/
  • Es necesario tener acceso a la consola del hosting. En mi caso, tengo una cuenta en DigitalOcean,  con acceso ssh a un servidor corriendo Ubuntu 14.04 y con el dominio rulo.me
  • Entro a Certbot y elijo Apache y Ubuntu 14.04: https://certbot.eff.org/lets-encrypt/ubuntutrusty-apache
    • $ sudo apt-get update
    • $ sudo apt-get install software-properties-common
    • $ sudo add-apt-repository ppa:certbot/certbot
    • $ sudo apt-get update
    • $ sudo apt-get install python-certbot-apache 
    • $ sudo certbot --apache
  • Al terminar, pude hacer un test en https://www.ssllabs.com/ssltest/analyze.html?d=rulo.me
  • Después de eso, ya puedo usar https://rulo.me

Referencias