Назад | Перейти на главную страницу

Бесплатная установка SSL letsencrypt на сервере cpanel

Letsencrypt бесплатный новый центр сертификации

Теперь проблема решена, я редактирую этот вопрос, потому что, если кто-то также сталкивается с такими же проблемами, пожалуйста, проверьте Официальный плагин cPanel в:

Ссылка: https://documentation.cpanel.net/display/CKB/The+Let%27s+Encrypt+Plugin

Это я хочу установить в домене сервера cPanel.

Я пошел туда Как это устроено

$ git clone https://github.com/letsencrypt/letsencrypt
$ cd letsencrypt
$ ./letsencrypt-auto --help

Но это не работает

Мой журнал консоли

root@host5 [~/letsencrypt]# ./letsencrypt-auto certonly --standalone -d softechdevelop.com -d www.softechdevelop.com
Bootstrapping dependencies for RedHat-based OSes...
yum is /usr/bin/yum
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * extras: mirror.tocici.com
 * updates: mirrors.usc.edu
Package python-2.6.6-64.el6.x86_64 already installed and latest version
Package python-devel-2.6.6-64.el6.x86_64 already installed and latest version
No package python-virtualenv available.
Nothing to do
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * extras: mirror.tocici.com
 * updates: mirrors.usc.edu
Package git-1.7.1-3.el6_4.1.x86_64 already installed and latest version
Package gcc-4.4.7-16.el6.x86_64 already installed and latest version
Package dialog-1.1-9.20080819.1.el6.x86_64 already installed and latest version
Package augeas-libs-1.0.0-10.el6.x86_64 already installed and latest version
Package openssl-devel-1.0.1e-42.el6.x86_64 already installed and latest version
Package libffi-devel-3.0.5-3.2.el6.x86_64 already installed and latest version
Package redhat-rpm-config-9.0.3-44.el6.centos.noarch already installed and latest version
Package ca-certificates-2015.2.4-65.0.1.el6_6.noarch already installed and latest version
Nothing to do
WARNING: Python 2.6 support is very experimental at present...
if you would like to work on improving it, please ensure you have backups
and then run this script again with the --debug flag!
root@host5 [~/letsencrypt]# ./letsencrypt-auto
Bootstrapping dependencies for RedHat-based OSes...
yum is /usr/bin/yum
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * extras: mirror.ancl.hawaii.edu
 * updates: mirrors.usc.edu
Package python-2.6.6-64.el6.x86_64 already installed and latest version
Package python-devel-2.6.6-64.el6.x86_64 already installed and latest version
No package python-virtualenv available.
Nothing to do
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * extras: mirror.tocici.com
 * updates: mirrors.usc.edu
Package git-1.7.1-3.el6_4.1.x86_64 already installed and latest version
Package gcc-4.4.7-16.el6.x86_64 already installed and latest version
Package dialog-1.1-9.20080819.1.el6.x86_64 already installed and latest version
Package augeas-libs-1.0.0-10.el6.x86_64 already installed and latest version
Package openssl-devel-1.0.1e-42.el6.x86_64 already installed and latest version
Package libffi-devel-3.0.5-3.2.el6.x86_64 already installed and latest version
Package redhat-rpm-config-9.0.3-44.el6.centos.noarch already installed and latest version
Package ca-certificates-2015.2.4-65.0.1.el6_6.noarch already installed and latest version
Nothing to do
WARNING: Python 2.6 support is very experimental at present...
if you would like to work on improving it, please ensure you have backups
and then run this script again with the --debug flag!

Если кто-то знает об установке SSL с помощью apache, ваше предложение будет очень полезно для меня и всех других владельцев веб-сайтов во всем мире.

Как видно из ваших журналов:

  • вы используете Python 2.6, который, по их мнению, достаточно изворотлив, чтобы обозначить его very experimental
  • вам не хватает python-virtualenv пакет, возможно, потому что он недоступен для вашего дистрибутива

Я предполагаю, что вы используете RHEL6 / centos6, и поэтому ваши пакеты python 2.7 названы python27* и сценарии еще не достаточно умны, чтобы понять это.