From 7568b0e215eff3ba4c1b17bbe37758edb7a36ebb Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 17 Oct 2015 21:00:48 -0600 Subject: [PATCH] Compatibility with latest lego commits (dev mode enabled) --- config/letsencrypt/letsencrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/letsencrypt/letsencrypt.go b/config/letsencrypt/letsencrypt.go index 3a6a71d16..93f402c14 100644 --- a/config/letsencrypt/letsencrypt.go +++ b/config/letsencrypt/letsencrypt.go @@ -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