Let’s Encryptから更新せよとのお達しがあったので、certbot renewしたところエラー発生。
# certbotAn unexpected error occurred:AttributeError: 'module' object has no attribute 'TLSSNI01'Please see the logfile '/tmp/tmpGHYF3x/log' for more details.
# certbot renew --dry-run
一回アップデート
yum -y update
念のためおまじない
<br>pip install --upgrade pip<br>pip install requests --ignore-installed<br>pip install --upgrade --force-reinstall 'requests==2.6.0'<br>