https://letsencrypt.org/ Public beta, 自動更新證書

安裝

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto

但 letsencrypt.org 的證書只有90 天期限,需要定時更新
可以使用以下 command 每個月的第一日自動更新證書
cron:

0 0 1 * * ./letsencrypt-auto -m joe@documentonready.com --renew-by-default --redirect --agree-tos -d domain.com
Google