From de32a7c5959250a977a9312365be7b0bb25d1625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 13 Aug 2018 12:05:11 +0200 Subject: [PATCH] Remove the Let's Encrypt recipe from the default one We only need one node with a TLS cert --- site-cookbooks/kosmos-ipfs/recipes/default.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/site-cookbooks/kosmos-ipfs/recipes/default.rb b/site-cookbooks/kosmos-ipfs/recipes/default.rb index 23480d7..b35e959 100644 --- a/site-cookbooks/kosmos-ipfs/recipes/default.rb +++ b/site-cookbooks/kosmos-ipfs/recipes/default.rb @@ -32,5 +32,3 @@ end ipfs_config "API.HTTPHeaders.Access-Control-Allow-Origin" do value ["*"] end - -include_recipe "kosmos-ipfs::letsencrypt"