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:
@@ -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
2
letsencrypt/client/setup.sh
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf
|
||||
|
||||
Reference in New Issue
Block a user