From: Grant Slater Date: Thu, 10 Mar 2022 15:24:31 +0000 (+0000) Subject: community: fix certificate paths X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3250441661f92afe3007d3f9a592cbe2b8ca1685?ds=sidebyside community: fix certificate paths --- diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 401a18c51..ca1b7a8f5 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -76,10 +76,10 @@ volumes: guest: /var/log - volume: host: /etc/ssl/certs/community.openstreetmap.org.pem - guest: /shared/ssl/ssl.crt; + guest: /shared/ssl/ssl.crt - volume: host: /etc/ssl/private/community.openstreetmap.org.key - guest: /shared/ssl/ssl.key;; + guest: /shared/ssl/ssl.key ## Plugins go here ## see https://meta.discourse.org/t/19157 for details