mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Correct path to venv
This commit is contained in:
parent
b1be49c14f
commit
f6289dbba8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ cd letsencrypt
|
|||
export PATH="$PWD/letsencrypt-auto-source:$PATH"
|
||||
letsencrypt-auto-source/letsencrypt-auto --os-packages-only --debug --version
|
||||
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 \
|
||||
--renew-by-default --redirect \
|
||||
--register-unsafely-without-email \
|
||||
|
|
|
|||
Loading…
Reference in a new issue