diff --git a/cli.go b/cli.go index 11ef2801..18a0a2dd 100644 --- a/cli.go +++ b/cli.go @@ -91,7 +91,7 @@ func main() { }, cli.StringFlag{ Name: "server, s", - Value: "https://www.letsencrypt-demo.org/acme/new-reg", + Value: "https://acme-staging.api.letsencrypt.org/acme/new-reg", Usage: "CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client.", }, cli.StringFlag{