mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-09 20:38:49 +03:00
Update to lego update. DevMode no longer exists.
This commit is contained in:
parent
91465d8e6f
commit
f9f1aafe0c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ func newClient(leEmail string) (*acme.Client, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// The client facilitates our communication with the CA server.
|
// The client facilitates our communication with the CA server.
|
||||||
client := acme.NewClient(caURL, &leUser, rsaKeySizeToUse, exposePort, true) // TODO: Dev mode is enabled
|
client := acme.NewClient(caURL, &leUser, rsaKeySizeToUse, exposePort)
|
||||||
|
|
||||||
// If not registered, the user must register an account with the CA
|
// If not registered, the user must register an account with the CA
|
||||||
// and agree to terms
|
// and agree to terms
|
||||||
|
|
Loading…
Reference in a new issue