1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-29 10:02:08 +03:00

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

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
```

2
letsencrypt/client/setup.sh Normal file → Executable file
View File

@@ -1,2 +1,2 @@
#!/usr/bin/sh
#!/bin/sh
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf