Update CLI to default to the live LE endpoint.

This commit is contained in:
xenolf 2015-12-03 19:37:54 +01:00
parent d9e2e2a873
commit 8c8396a0a2

2
cli.go
View file

@ -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{