From 7509be14ab8db7d99d08f516cd4afb06abfcb958 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 28 Jun 2026 19:39:31 +0100 Subject: [PATCH] Disable certificate for staging.blog --- cookbooks/blog/recipes/staging.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cookbooks/blog/recipes/staging.rb b/cookbooks/blog/recipes/staging.rb index 19437de68..67ba4dcbe 100644 --- a/cookbooks/blog/recipes/staging.rb +++ b/cookbooks/blog/recipes/staging.rb @@ -20,12 +20,12 @@ include_recipe "wordpress" # Workaround to ensure the certificate continues to renew while main code disabled -ssl_certificate "staging.blog.openstreetmap.org" do - domains ["staging.blog.openstreetmap.org", "staging.blog.osm.org", "staging.blog.openstreetmap.com", - "staging.blog.openstreetmap.net", "staging.blog.openstreetmaps.org", - "staging.blog.osmfoundation.org" - ] -end +# ssl_certificate "staging.blog.openstreetmap.org" do +# domains ["staging.blog.openstreetmap.org", "staging.blog.osm.org", "staging.blog.openstreetmap.com", +# "staging.blog.openstreetmap.net", "staging.blog.openstreetmaps.org", +# "staging.blog.osmfoundation.org" +# ] +# end passwords = data_bag_item("blog-staging", "passwords") # wp2fa_encrypt_keys = data_bag_item("blog-staging", "wp2fa_encrypt_keys") -- 2.47.3