Update standard to release URL

This commit is contained in:
xenolf 2015-07-09 20:18:24 +02:00
parent 98e23bab07
commit 41c2d8cc83

2
cli.go
View file

@ -91,7 +91,7 @@ func main() {
}, },
cli.StringFlag{ cli.StringFlag{
Name: "server, s", 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.", Usage: "CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client.",
}, },
cli.StringFlag{ cli.StringFlag{