mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-24 19:25:49 +03:00
Compatibility with latest lego commits (dev mode enabled)
This commit is contained in:
parent
a75663501d
commit
7568b0e215
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ func newClient(leEmail string) (*acme.Client, error) {
|
|||
}
|
||||
|
||||
// The client facilitates our communication with the CA server.
|
||||
client := acme.NewClient(caURL, &leUser, rsaKeySize, exposePort)
|
||||
client := acme.NewClient(caURL, &leUser, rsaKeySize, exposePort, true) // TODO: Dev mode is enabled
|
||||
|
||||
// If not registered, the user must register an account with the CA
|
||||
// and agree to terms
|
||||
|
|
Loading…
Reference in a new issue