Skip to content

Commit

Permalink
Create SSL certificate for aws-boxcutter-nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jan 10, 2025
1 parent 2064253 commit 3744042
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cookbooks/boxcutter_backhaul/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@
},
}

# cloudflare_api_token = Boxcutter::OnePassword.op_read(
# 'op://Automation-Org/Cloudflare API token amazing-sheila/credential',
# )

# Set up an HTTP-only listener for ubuntu proxies because apt doesn't work
# well with HTTPS
node.default['fb_nginx']['sites']['nexus_http'] = {
Expand Down Expand Up @@ -247,8 +243,7 @@
},
}

# include_recipe 'boxcutter_acme::lego'
# include_recipe 'boxcutter_acme::certbot'
include_recipe 'boxcutter_acme::certbot'

node.default['fb_nginx']['enable_default_site'] = false
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '120'
Expand Down

0 comments on commit 3744042

Please sign in to comment.