forked from TrueCloudLab/lego
Update CLI to default to the live LE endpoint.
This commit is contained in:
parent
d9e2e2a873
commit
8c8396a0a2
1 changed files with 1 additions and 1 deletions
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 a new issue