1
0
mirror of https://github.com/go-acme/lego.git synced 2025-07-01 21:44:29 +02:00

Fix wrong repository URL (#563)

This commit is contained in:
xenolf
2018-05-31 19:39:33 +02:00
committed by GitHub
parent f17b1ce516
commit 27e0f97c9d
2 changed files with 2 additions and 2 deletions

2
cli.go
View File

@ -102,7 +102,7 @@ func main() {
},
cli.StringFlag{
Name: "server, s",
Value: "https://acme-v01.api.letsencrypt.org/directory",
Value: "https://acme-v02.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{