TOP ▲ itcore TOPTIPSvirtualenv.php  タグ:無料ssl virtualenv

Let's Encrypt 自動更新「virtualenv: コマンドが見つかりません」| itcore 2017年

CentOS6 certbot-auto の旧バージョンで上記のエラーが出る場合がある。

対策
# yum install -y epel-release
# cd /root
# wget https://dl.eff.org/certbot-auto
# chmod +x certbot-auto
# yum install -y centos-release-scl
# yum install -y python27 python27-python-tools
# scl enable python27 bash
# ./certbot-auto

apacheの環境が独自の場合は以下のエラーが出る場合がある。
「Failed to find executable apachectl in PATH: 」

強制的に更新
# /root/certbot-auto renew --force-renew
apacheリスタート