From 3250441661f92afe3007d3f9a592cbe2b8ca1685 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 10 Mar 2022 15:24:31 +0000 Subject: [PATCH] community: fix certificate paths --- cookbooks/community/templates/default/web_only.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2