From 4217f7d953327083f5135e20aeaae765b11b1988 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Thu, 10 Apr 2025 09:41:57 +0200 Subject: [PATCH] cert link --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index d3a516a..0edc0dc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -106,6 +106,8 @@ services: container_name: gfa-status-test volumes: - /opt/webcontent/gfa-status/web:/usr/local/apache2/htdocs/ + - /etc/pki/tls/private/gfa-status-test.psi.ch.key:/usr/local/apache2/conf/server.key + - /etc/pki/tls/certs/gfa-status-test.psi.ch.crt:/usr/local/apache2/conf/server.crt restart: always networks: - backend