On the server https://ekwo.info I have a Centos 7 with cpanel and the letsencrypt tool for Cpanel.
That works so far well.
Now I need the keys for the main domain and some subdomains in Apache and I found a tool called certbot-dns-cpanel but when I installed the certbot per yum I notice that the following error occurred when calling certbot --help
I hope someone can help me here, that besides the Cpanel the necessary keys are also available under apache and I can certify you for programs outside of Cpanel.
Traceback (most recent call last):
File “/bin/certbot”, line 5, in
from pkg_resources import load_entry_point
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3241, in
@_call_aside
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3225, in _call_aside
f(*args, **kwargs)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 583, in _build_master
ws.require(requires)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 900, in require
needed = self.resolve(parse_requirements(requirements))
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 794, in resolve
new_requirements = dist.requires(req.extras)[::-1]
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 2735, in requires
“%s has no such extra feature %r” % (self, ext)
pkg_resources.UnknownExtra: requests 2.6.0 has no such extra feature ‘security’