Ubuntu 14.04 + Nginx + Let's Encrypt

步驟如下:

  1. 需要先更新 repository
    sudo add-apt-repository ppa:certbot/certbot
    sudo apt-get update
  2. 然後安裝 python-certbot-nginx
    sudo apt-get install python-certbot-nginx
  3. 取得SSL 憑證(依照指示進行)
    sudo certbot --nginx -d example.com -d www.example.com
  4. 測試auto renew
    sudo certbot renew --dry-run