AWS LINUX 成功安装certbot的记录

为了防止以后再掉进此坑特此记录

Didn't know install via pip was an option. I was following some blog posts about using certbot on beanstalk and their scripts downloaded it as I put above. Perhaps blog post out of date. Testing via pip now:

# rm -rf /opt/eff.org/*
# pip install -U certbot
# certbot renew --debug

Appears to have worked! I will adjust my scripts to install certbot using system pip instead of downloading it directly. Perhaps there's some issue with certbots built-in installer/updater in this regard?

你可能感兴趣的:(AWS LINUX 成功安装certbot的记录)