forked from TrueCloudLab/lego
Update standard to release URL
This commit is contained in:
parent
98e23bab07
commit
41c2d8cc83
1 changed files with 1 additions and 1 deletions
2
cli.go
2
cli.go
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue