You are running with an old copy of certbot that does not receive updates
letsencrypt使ってみようと思ってcertbotコマンドをインストールしていざ実行したら下記のようなエラー
You are running with an old copy of certbot that does not receive updates, and is less reliable than more recent versions. We recommend upgrading to the latest certbot-auto script, or using native OS packages.
最新版なのになあとおもったらepelパッケージのバグっぽかった
解決方法
2016/07/13現在の方法。そのうちepelのメインストリームに取り込まれてメインストリームの最新版使えばよくなるはず
certbot-0.8.1-1.el7
をcertbot-0.8.1-2.el7
にアップデートする(epel-testing
リポジトリにリリースされているので注意)
※ epel-releaseもアップデートしないとダメかも?
sudo yum install --enablerepo=epel-testing certbot