]> git.openstreetmap.org Git - chef.git/commitdiff
community: add short alias to certs
authorGrant Slater <github@firefishy.com>
Mon, 2 Jan 2023 01:49:12 +0000 (01:49 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 2 Jan 2023 01:49:24 +0000 (01:49 +0000)
cookbooks/community/recipes/default.rb

index 4de0ef820462eb36f66f93e69dcf2648db48d0ff..bd6f7d27acde09926415fdf3fa4c2ed22a8d286f 100644 (file)
@@ -82,7 +82,7 @@ template "/srv/community.openstreetmap.org/docker/containers/mail-receiver.yml"
 end
 
 ssl_certificate "community.openstreetmap.org" do
-  domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org"]
+  domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org","c.openstreetmap.org", "c.osm.org"]
   notifies :run, "notify_group[discourse_container_new_web_only]"
   notifies :run, "notify_group[discourse_container_new_mail_receiver]"
 end