mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 10:53:11 -04:00
Update default server URI to staging.
http://letsencrypt.status.io/pages/maintenance/55957a99e800baa4470002da/55b90ed12c1b61d83b0001eb
This commit is contained in:
parent
91227956cf
commit
fe237df2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ CLI_DEFAULTS = dict(
|
|||
"letsencrypt", "cli.ini"),
|
||||
],
|
||||
verbose_count=-(logging.WARNING / 10),
|
||||
server="https://www.letsencrypt-demo.org/acme/new-reg",
|
||||
server="https://acme-staging.api.letsencrypt.org/acme/new-reg",
|
||||
rsa_key_size=2048,
|
||||
rollback_checkpoints=0,
|
||||
config_dir="/etc/letsencrypt",
|
||||
|
|
|
|||
Loading…
Reference in a new issue