From: Grant Slater Date: Mon, 2 Jan 2023 01:49:12 +0000 (+0000) Subject: community: add short alias to certs X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1a9c5988c4a147614cef029abb4a31e42acecb47 community: add short alias to certs --- diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 4de0ef820..bd6f7d27a 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -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