mirror of
https://github.com/go-acme/lego.git
synced 2024-12-26 11:18:00 +02:00
Update CLI to default to the live LE endpoint.
This commit is contained in:
parent
d9e2e2a873
commit
8c8396a0a2
2
cli.go
2
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{
|
||||
|
Loading…
Reference in New Issue
Block a user