diff --git a/cli.go b/cli.go index d2de1d74..817e619d 100644 --- a/cli.go +++ b/cli.go @@ -57,7 +57,7 @@ func main() { }, cli.StringFlag{ Name: "server, s", - Value: "https://acme-staging.api.letsencrypt.org/", + Value: "https://acme-v01.api.letsencrypt.org/directory", Usage: "CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client.", }, cli.StringFlag{