From 4e28f8a8f30aea0548f0003854eaea410eccb340 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Sat, 18 Apr 2020 21:25:12 +0200 Subject: [PATCH] disabel letsencrypt --- gitlab/gitlab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/gitlab.rb b/gitlab/gitlab.rb index 0badd32..bcc63f2 100644 --- a/gitlab/gitlab.rb +++ b/gitlab/gitlab.rb @@ -1884,7 +1884,7 @@ EOS ################################################################################ # Let's Encrypt integration ################################################################################ -# letsencrypt['enable'] = nil +letsencrypt['enable'] = false # letsencrypt['contact_emails'] = [] # This should be an array of email addresses to add as contacts # letsencrypt['group'] = 'root' # letsencrypt['key_size'] = 2048