Skip to content

Commit 3744042

Browse files
committed
Create SSL certificate for aws-boxcutter-nexus
1 parent 2064253 commit 3744042

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cookbooks/boxcutter_backhaul/recipes/default.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@
201201
},
202202
}
203203

204-
# cloudflare_api_token = Boxcutter::OnePassword.op_read(
205-
# 'op://Automation-Org/Cloudflare API token amazing-sheila/credential',
206-
# )
207-
208204
# Set up an HTTP-only listener for ubuntu proxies because apt doesn't work
209205
# well with HTTPS
210206
node.default['fb_nginx']['sites']['nexus_http'] = {
@@ -247,8 +243,7 @@
247243
},
248244
}
249245

250-
# include_recipe 'boxcutter_acme::lego'
251-
# include_recipe 'boxcutter_acme::certbot'
246+
include_recipe 'boxcutter_acme::certbot'
252247

253248
node.default['fb_nginx']['enable_default_site'] = false
254249
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '120'

0 commit comments

Comments
 (0)