Merge branch 'master' into configurator_tests

Conflicts:
	letsencrypt/client/apache/configurator.py
	setup.py
This commit is contained in:
James Kasten
2014-12-21 16:13:00 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ sudo apt-get install python python-setuptools python-virtualenv \
### Installation
```
virtualenv --no-site-packages venv
virtualenv --no-site-packages -p python2 venv
./venv/bin/python setup.py install
sudo ./venv/bin/letsencrypt
```
Regular → Executable
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/sh
#!/bin/sh
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf