Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
dlld.org
I ran this command:
/bin/certbot -d certonly “*.dlld.org” -d dlld.org --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -a dns-rfc2136 --dns-rfc2136-propagation-seconds 30 --keep-until-expiring --dns-rfc2136-credentials /etc/credentials.org
My web server is (include version):
apache 2.4.6 Centos
The operating system my web server runs on is (include version):
Centos 7
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know):
yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): 1.0.0
The output of the command is
Traceback (most recent call last):
File “/bin/certbot”, line 7, in
from certbot.main import main
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 2, in
from certbot._internal import main as internal_main
File “/usr/lib/python2.7/site-packages/certbot/_internal/main.py”, line 20, in
from certbot._internal import client
File “/usr/lib/python2.7/site-packages/certbot/_internal/client.py”, line 14, in
from acme import client as acme_client
File “/usr/lib/python2.7/site-packages/acme/client.py”, line 37, in
requests.packages.urllib3.contrib.pyopenssl.inject_into_urllib3() # type: ignore
File “/usr/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.py”, line 118, in inject_into_urllib3
_validate_dependencies_met()
File “/usr/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.py”, line 160, in _validate_dependencies_met
"‘pyOpenSSL’ module missing required functionality. "
ImportError: ‘pyOpenSSL’ module missing required functionality. Try upgrading to v0.14 or newer.
pyOpenSSL is version 19.1.0