Remove the Let's Encrypt recipe from the default one

We only need one node with a TLS cert
This commit is contained in:
Greg Karékinian 2018-08-13 12:05:11 +02:00
parent b36e6a718a
commit de32a7c595

View File

@ -32,5 +32,3 @@ end
ipfs_config "API.HTTPHeaders.Access-Control-Allow-Origin" do
value ["*"]
end
include_recipe "kosmos-ipfs::letsencrypt"