Skip to content

Instantly share code, notes, and snippets.

@centminmod
Last active October 31, 2015 15:58
Show Gist options
  • Save centminmod/6af9b14f9fe75806d604 to your computer and use it in GitHub Desktop.
Save centminmod/6af9b14f9fe75806d604 to your computer and use it in GitHub Desktop.
mkdir -p /root/tools
cd /root/tools
git clone -b auto-2.6-squeeze https://github.com/kuba/letsencrypt
cd letsencrypt/
./letsencrypt-auto
Updating letsencrypt and virtual environment dependencies..../root/.local/share/letsencrypt/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
.Collecting ConfigArgParse from git+https://github.com/kuba/ConfigArgParse.git@python2.6-0.9.3#egg=ConfigArgParse (from -r py26reqs.txt (line 1))
Cloning https://github.com/kuba/ConfigArgParse.git (to python2.6-0.9.3) to /tmp/pip-build-mIKT5A/ConfigArgParse
Collecting argparse (from ConfigArgParse->-r py26reqs.txt (line 1))
/root/.local/share/letsencrypt/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading argparse-1.4.0-py2.py3-none-any.whl
Collecting ordereddict (from ConfigArgParse->-r py26reqs.txt (line 1))
Downloading ordereddict-1.1.tar.gz
Collecting unittest2 (from ConfigArgParse->-r py26reqs.txt (line 1))
Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB)
100% |████████████████████████████████| 98kB 64kB/s
Collecting traceback2 (from unittest2->ConfigArgParse->-r py26reqs.txt (line 1))
Downloading traceback2-1.4.0-py2.py3-none-any.whl
Collecting six>=1.4 (from unittest2->ConfigArgParse->-r py26reqs.txt (line 1))
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting linecache2 (from traceback2->unittest2->ConfigArgParse->-r py26reqs.txt (line 1))
Downloading linecache2-1.0.0-py2.py3-none-any.whl
Installing collected packages: argparse, ordereddict, linecache2, traceback2, six, unittest2, ConfigArgParse
Running setup.py install for ordereddict
Running setup.py install for ConfigArgParse
Successfully installed ConfigArgParse-0.9.3 argparse-1.4.0 linecache2-1.0.0 ordereddict-1.1 six-1.10.0 traceback2-1.4.0 unittest2-1.1.0
./root/.local/share/letsencrypt/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
./root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:25: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python.
DeprecationWarning
/root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:25: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python.
DeprecationWarning
Running with virtualenv: /root/.local/share/letsencrypt/bin/letsencrypt
/root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:25: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python.
DeprecationWarning
Version: 1.1-20080819
Version: 1.1-20080819
/root/.local/share/letsencrypt/lib/python2.6/site-packages/dialog.py:779: DeprecationWarning: the DIALOG_OK attribute of Dialog instances is obsolete; use the Dialog.OK class attribute instead.
DeprecationWarning)
/root/.local/share/letsencrypt/lib/python2.6/site-packages/letsencrypt/cli.py:442: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
return e.message
No installers are available on your OS yet; try running "letsencrypt-auto certonly" to get a cert you can install manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment