From f9f1aafe0c1083e876b5dcaf7e1aa1d291a75830 Mon Sep 17 00:00:00 2001 From: xenolf Date: Mon, 26 Oct 2015 00:53:36 +0100 Subject: [PATCH] Update to lego update. DevMode no longer exists. --- 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 083daa34..d058d88c 100644 --- a/config/letsencrypt/letsencrypt.go +++ b/config/letsencrypt/letsencrypt.go @@ -152,7 +152,7 @@ func newClient(leEmail string) (*acme.Client, error) { } // 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 // and agree to terms