mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Correct path to venv
This commit is contained in:
@@ -11,7 +11,7 @@ cd letsencrypt
|
|||||||
export PATH="$PWD/letsencrypt-auto-source:$PATH"
|
export PATH="$PWD/letsencrypt-auto-source:$PATH"
|
||||||
letsencrypt-auto-source/letsencrypt-auto --os-packages-only --debug --version
|
letsencrypt-auto-source/letsencrypt-auto --os-packages-only --debug --version
|
||||||
tools/venv.sh
|
tools/venv.sh
|
||||||
sudo ../../../venv/bin/certbot certonly --no-self-upgrade -v --standalone --debug \
|
sudo venv/bin/certbot certonly --no-self-upgrade -v --standalone --debug \
|
||||||
--text --agree-dev-preview --agree-tos \
|
--text --agree-dev-preview --agree-tos \
|
||||||
--renew-by-default --redirect \
|
--renew-by-default --redirect \
|
||||||
--register-unsafely-without-email \
|
--register-unsafely-without-email \
|
||||||
|
|||||||
Reference in New Issue
Block a user