mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02: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
|
### Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
virtualenv --no-site-packages venv
|
virtualenv --no-site-packages -p python2 venv
|
||||||
./venv/bin/python setup.py install
|
./venv/bin/python setup.py install
|
||||||
sudo ./venv/bin/letsencrypt
|
sudo ./venv/bin/letsencrypt
|
||||||
```
|
```
|
||||||
|
|||||||
Regular → Executable
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/sh
|
#!/bin/sh
|
||||||
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf
|
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user