HTTPSに対応してみた。
HTTPS2ではないので、速くはならないかな。
Ubunutuではまだパッケージはないので、
# apt-get git # git clone https://github.com/letsencrypt/letsencrypt # cd letsencrypt
実行ファイルはこのあたり
さて証明書を作ってみましょう。
# ./letsencrypt-auto --nginx Checking for new version... Requesting root privileges to run letsencrypt... /root/.local/share/letsencrypt/bin/letsencrypt --nginx The requested nginx plugin does not appear to be installed
はい、nginxはないですw