From ee43db0e1b21220f871cee835046b7f618427fa8 Mon Sep 17 00:00:00 2001 From: bharatak Date: Fri, 14 Jul 2017 11:35:11 +0530 Subject: [PATCH] letsencrypt: Make Let's Encrypt an essential module Reviewed-by: Sunil Mohan Adapa --- plinth/modules/letsencrypt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/letsencrypt/__init__.py b/plinth/modules/letsencrypt/__init__.py index daa7e5ba5..3f9978f37 100644 --- a/plinth/modules/letsencrypt/__init__.py +++ b/plinth/modules/letsencrypt/__init__.py @@ -30,7 +30,7 @@ from plinth.utils import format_lazy version = 1 -is_essential = False +is_essential = True depends = ['names']