Commit 7568b0e2 authored by Matthew Holt's avatar Matthew Holt

Compatibility with latest lego commits (dev mode enabled)

parent a7566350
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment