Hello Everyone,
I am trying to install an SSL cert through LetsEncrypt using the guide @ https://openlitespeed.org/kb/lets-encrypt-ssl-on-openlitespeed/
and I am getting the following error;
Python is definitely installed along with Python-PIP packages. Any ideas why this is happening?
Thanks Kindly,
Jason
I am trying to install an SSL cert through LetsEncrypt using the guide @ https://openlitespeed.org/kb/lets-encrypt-ssl-on-openlitespeed/
and I am getting the following error;
Bash:
root@init01:~# ./certbot-auto certonly --no-bootstrap
Creating virtual environment...
Traceback (most recent call last):
File "<stdin>", line 27, in <module>
File "<stdin>", line 19, in create_venv
File "/usr/lib/python2.7/subprocess.py", line 185, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Thanks Kindly,
Jason