From 41c2d8cc83a4d04a5d51c701c6724c60200b5286 Mon Sep 17 00:00:00 2001 From: xenolf Date: Thu, 9 Jul 2015 20:18:24 +0200 Subject: [PATCH] Update standard to release URL --- cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{