From 8c8396a0a2a5b3aa0dbfa66d7a43ed7a9bca0753 Mon Sep 17 00:00:00 2001 From: xenolf Date: Thu, 3 Dec 2015 19:37:54 +0100 Subject: [PATCH] Update CLI to default to the live LE endpoint. --- cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{