From eb18da880f71896cb602633996820ede7e1cbbdc Mon Sep 17 00:00:00 2001 From: Mutesasira Moses Date: Mon, 6 Nov 2023 13:33:58 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfdbcea..a6c07ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,8 @@ RUN apt-get update && apt-get upgrade -y && \ # Self-signed Certs RUN openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt \ - -subj "/C=US/ST=WA/L=Seattle/O=I-TECH-UW/OU=DIGI/CN=localhost" + -subj "/C=US/ST=WA/L=Seattle/O=I-TECH-UW/OU=DIGI/CN=localhost" \ + -addext "subjectAltName=DNS:*.openelis.org" RUN mkdir /etc/openelis-global/ # Keystore