mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
More hacky fixes
This commit is contained in:
parent
1f31cf1a30
commit
29737ab2ca
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
#private_ip=$(curl -s http://169.254.169.254/2014-11-05/meta-data/local-ipv4)
|
||||
|
||||
cd letsencrypt
|
||||
./letsencrypt-auto certonly -v --standalone --debug \
|
||||
./letsencrypt-auto --os-packages-only
|
||||
./letsencrypt-auto 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