Muszę uruchamiać to polecenie codziennie w cronie, aby odświeżyć certyfikaty.
# /root/certbot-auto renew --quiet
/root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
DeprecationWarning
Błąd zawsze wysyła mi wiadomość. Jak zaktualizować mój python, aby uniknąć tego błędu? Już biegłem, yum update
ale wszystko jest aktualne.
Installed Packages
Name : python
Arch : x86_64
Version : 2.6.6
Odniesienie: Certbot: https://certbot.eff.org/#centos6-apache
Wersja CentOS 6.8 (wersja ostateczna)
Error getting repository data for ius, repository not found
rvm
przypadku Ruby. Dlaczego nie mogę po prostu zaktualizować Pythona do wersji 2.7 i pozbyć się wersji 2.6?# sed -i "s|--python python2|--python python2.7|" certbot-auto
i# ./certbot-auto renew --quiet
przynosi/root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
Naprawiłem to, instalując
scl
i używając tego w crontabźródło